Create an article with text containing a URL with no protocol. A good example could be an embed of a dailymotion video which contains no protocol in the iframe src of the embed code. Then try to view a feed containing that article.
Expected result
The expected result is that the iframe src is not modified.
Actual result
Joomla tries to replace all relative links to absolute links in feeds. The function _relToAbs of JDocumentRenderer class considers incorrectly that URLs with no protocol are relative links and prepends the site's absolute URL to them.
I have tested this item successfully on 955d74b
Test OK
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9046.