[mythtv-commits] Ticket #6195: MythNews fails to fetch feeds with URLs containing URL parameters

MythTV mythtv at cvs.mythtv.org
Thu Jan 29 19:08:57 UTC 2009


#6195: MythNews fails to fetch feeds with URLs containing URL parameters
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  Plugin - MythNews     |     Version:  head   
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 MythNews fails to load feeds with URLs that have URL-parameters. Examples
 are the Google News <http://news.google.com/?output=atom> and New York
 Times Country news feeds (contain ?rss=1 parameter).

 Problem seems to be with QUrl.path() which now with qt4 does not seem to
 return the URL-parameter part of the URL. This probably was different with
 qt3.

 I've attached quick and dirty patch that seems to work with feeds
 mentioned earlier. Myth's Trac feeds however still do not work with this
 patch. Either it is something else or the really simple fix in the patch
 does not work correctly in all cases.

 The problem is in mythhttphandler.cpp so if that is used somewhere else,
 similar problems might be present there.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6195>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list