mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13929
[Bug 1234582] [NEW] Can't display images in RSS feeds with protocol-relative URLs
Public bug reported:
As described by Robert while investigating another bug report:
https://bugs.launchpad.net/mahara/+bug/1219499/comments/5
The problem where some images are not showing up is because they tend to
be protocol relative urls to the images and the Mahara system tries to
append a url to them but this makes the path incorrect.
eg for slideshare (http://www.slideshare.net/rss/latest)
There are image links in the feed like:
//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg
and mahara sees this as a relative url and appends
http://www.slideshare.net/ to the front if it which then makes
http://www.slideshare.net//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg
which is an incorrect url and the image will not be found there
Need to alter the code in htdocs/blocktype/externalfeed/lib.php from
/src="(\/[^"]+)"/ to something that doesn't try and update protocol
relative urls
** Affects: mahara
Importance: Medium
Status: Triaged
** Tags: rss
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1234582
Title:
Can't display images in RSS feeds with protocol-relative URLs
Status in Mahara ePortfolio:
Triaged
Bug description:
As described by Robert while investigating another bug report:
https://bugs.launchpad.net/mahara/+bug/1219499/comments/5
The problem where some images are not showing up is because they tend
to be protocol relative urls to the images and the Mahara system tries
to append a url to them but this makes the path incorrect.
eg for slideshare (http://www.slideshare.net/rss/latest)
There are image links in the feed like:
//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg
and mahara sees this as a relative url and appends
http://www.slideshare.net/ to the front if it which then makes
http://www.slideshare.net//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg
which is an incorrect url and the image will not be found there
Need to alter the code in htdocs/blocktype/externalfeed/lib.php from
/src="(\/[^"]+)"/ to something that doesn't try and update protocol
relative urls
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1234582/+subscriptions
Follow ups
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Kristina Hoeppner, 2019-05-04
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Kristina Hoeppner, 2017-03-20
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-10-21
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-10-20
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Kristina Hoeppner, 2016-07-12
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-07-10
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-07-10
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-06-09
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-06-08
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-05-01
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-05-01
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-04-28
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2016-03-22
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2015-11-26
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2015-10-26
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2015-10-23
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2015-08-17
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2015-07-09
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2015-05-18
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2015-04-21
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2015-04-17
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Kristina Hoeppner, 2014-11-02
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2014-09-10
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Kristina Hoeppner, 2014-08-24
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Son Nguyen, 2014-07-31
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2014-07-31
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2014-05-13
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2014-05-12
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Robert Lyon, 2014-04-03
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2013-12-16
-
[Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2013-10-22
-
[Bug 1234582] [NEW] Can't display images in RSS feeds with protocol-relative URLs
From: Aaron Wells, 2013-10-03
References