Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Dec 2009 at 10:08 UTC
Updated:
4 Jan 2010 at 00:40 UTC
Instead of getting the polite "Could not retrieve title from feed." message, if I supply a nonsense feed URL, like "hfdfgfgd", the feed node is created with nonsense data, empty title and so on.
I assume this is a bug and this is not the desired behaviour of Feeds.
Comments
Comment #1
aron novakSee #654728: Parsing + data handling error with RSS 1.0 feeds for the solution.
Comment #2
alex_b commentedCommitted a fix:
http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/feeds.mo...
The problem was that the error threw an exception and that in turn jumped over the execution of form_set_error.