[wp-trac] [WordPress Trac] #5685: Windows Server Refresh vs Linux
Server 302 Redirect
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 17 20:16:11 GMT 2008
#5685: Windows Server Refresh vs Linux Server 302 Redirect
----------------------+-----------------------------------------------------
Reporter: nberardi | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.6
Component: General | Version:
Severity: minor | Keywords:
----------------------+-----------------------------------------------------
Why is there a different way in which WordPress handles Windows Servers
Vs. Linux Servers HTTP headers. On my Windows machines I get the following
header for redirection:
{{{
HTTP/1.1 200 OK
Refresh: 0;url=/wp-admin/options-misc.php?updated=true
}}}
On my Linux machines I get the following header for redirection:
{{{
HTTP/1.1 302
Location: /wp-admin/options-misc.php?updated=true
}}}
The reason I mention this is I get this unsightly flicker in my browser
when the refresh is used but I get a very nice transition in my browser
when the 302 redirect is used.
I also mention this because being a developer myself, I know that code
consolidation makes debugging and upgrading much easier.
--
Ticket URL: <http://trac.wordpress.org/ticket/5685>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list