Take for example this feed:
http://www.talklfc.com/index.php?option=com_rd_rss&id=2

and the corresponding aggregated node:
http://www.footy247.co.uk/public-announcement

correct url - http://www.talklfc.com/index.php?option=com_content&task=view&id=159&Itemid=2
drupal url - http://www.talklfc.com/index.php?option=com_content&task=view&id=159&Itemid=2

The & in the URL is going in as & hence the full story links don't work

Comments

budda’s picture

Looks like the full story urls in the Joomla feeds are already HTML escaping the & to be & Then Drupal is double encoding the Full Story link giving "&"

gtambo’s picture

I am having the exact same problem. It seems to be happening with any RSS feed coming from Blogger. The link in your original description seems to be working. Did you find a resolution?

budda’s picture

Status: Active » Fixed

Fixed in CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)