[wp-trac] [WordPress Trac] #23682: WP_HTTP may make a redirect request on an unsupported transport
WordPress Trac
noreply at wordpress.org
Mon Mar 4 04:10:38 UTC 2013
#23682: WP_HTTP may make a redirect request on an unsupported transport
--------------------------+---------------------
Reporter: dd32 | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.6
Component: HTTP | Version:
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+---------------------
Changes (by dd32):
* owner: => dd32
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"23603"]:
{{{
#!CommitTicketReference repository="" revision="23603"
WP_HTTP: Funnel all redirect requests through WP_HTTP::request() via
wp_remote_request() to ensure that the proper transport is chosen for
redirects.
This change also moves PHP Streams from redirecting internally, to us
handling the redirections in PHP, which brings a more consistent behaviour
between transports.
Fixes #23682
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23682#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list