[wp-trac] [WordPress Trac] #8910: Limit the RSS widget from using its own url
WordPress Trac
wp-trac at lists.automattic.com
Wed May 5 17:54:02 UTC 2010
#8910: Limit the RSS widget from using its own url
-----------------------------+----------------------------------------------
Reporter: webmaestro | Type: defect (bug)
Status: reopened | Priority: high
Milestone: Future Release | Component: Widgets
Version: 2.8 | Severity: major
Resolution: | Keywords: needs-patch, rss, widget, url, HTTP/1.0, server, loop, feed, recent posts, archive
-----------------------------+----------------------------------------------
Changes (by westi):
* cc: westi (added)
* version: 2.9.2 => 2.8
Comment:
I don't think blocking local feed requests is the right thing to do here.
I think the likely root cause of your current issue is #11585 - the feed
fetching is failing and we aren't caching that so every page load triggers
another request back onto the server which because the url is wrong for
the feed and you are then likely serving a 404 with the feed widget on the
page this then generates another request ...
Solving #11585 is the long term solution for this.
For now I would recommend you run with a mu-plugin which disabled the
default RSS widget and implements a replacement one with the above rule it
in to make it easy for you to upgrade when a new version is released.
Resetting Version to original version the issue was reported in.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8910#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list