Make WordPress Core

Changes between Initial Version and Version 10 of Ticket #11219


Ignore:
Timestamp:
12/13/2009 01:09:47 PM (15 years ago)
Author:
westi
Comment:

The current patch doesn't seem to be the right thing to do here.

SimplePie has determined that it wants to change the encoding and if this fails the function is meant to return false.

As for the caching of failed lookups it is something we could do but not for 2.9.

We need to work out what we should cache, and for how long.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11219

    • Property Component changed from Administration to Optimization
    • Property Summary changed from SimplePie fails when trying to convert UTF-8 to UTF-8 to WordPress should cache failed feed fetches so as to avoid overloading feed sources
    • Property Milestone changed from 2.9 to 3.0
    • Property Keywords needs-patch added; has-patch removed
  • Ticket #11219 – Description

    initial v10  
    1 attached patch fixes the issue highlighted in the screenshot.
     1In some situations SimplePie cannot parse a feed due to it being malformed we should cache that feed so as to not DOS servers.