[wp-trac] [WordPress Trac] #20999: WordPress 3.4 doesn't handle rss url with percent code correctly

WordPress Trac wp-trac at lists.automattic.com
Tue Jul 3 08:12:26 UTC 2012


#20999: WordPress 3.4 doesn't handle rss url with percent code correctly
--------------------------------+-----------------------
 Reporter:  herophuong          |       Owner:  rmccue
     Type:  defect (bug)        |      Status:  assigned
 Priority:  normal              |   Milestone:  3.4.2
Component:  External Libraries  |     Version:  3.4
 Severity:  normal              |  Resolution:
 Keywords:  dev-feedback        |
--------------------------------+-----------------------

Comment (by rmccue):

 This should now be fixed in
 https://github.com/simplepie/simplepie/commit/90a771f21985e01cb0133c89631debfa951f6171

 The problem was due to backporting the incomplete updated IRI library.
 `SimplePie_IRI::get_iri()` always returned an IRI, which is as designed.
 The problem is that all the rest of the code pretends it returns a URI.

 The above commit fixes that issue by breaking what `get_iri()` should do,
 in favour of making it work. Let me know if this fixes your issue (I
 believe it should).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20999#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list