[wp-trac] [WordPress Trac] #30099: fetch_feed does not properly parse URLs with query strings

WordPress Trac noreply at wordpress.org
Tue Oct 28 18:15:43 UTC 2014


#30099: fetch_feed does not properly parse URLs with query strings
---------------------------+------------------------------
 Reporter:  leereamsnyder  |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  General        |     Version:  4.0
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:
---------------------------+------------------------------

Comment (by voldemortensen):

 I am unable to reproduce this with the given url. I took the parse_iri
 function and copied it out to a different file for testing. I then passed
 it the url give in the ticket. The return was normal.

 Here is the example I did. The first url is prior to the trim(), the
 second url is after the trim, and then the array is print_r( $match ).

 Example: http://jmortensen.bluehoststaff.com/IRI

 It seems to me that the url encoding is happening somewhere else.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30099#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list