[Webkit-unassigned] [Bug 47425] New: Fails to follow HTTP 300 redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 11:11:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47425

           Summary: Fails to follow HTTP 300 redirect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joe at flyerside.com


Safari Version 5.0.2 (5533.18.5) does not follow a 300 redirect for a page served from my localhost.

HTTP details:
Request URL:http://localhost/sales?near=53711&in=Copps
Request Method:GET
Status Code:300 Multiple Choices
Request Headers
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent:Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5
Response Headers
Cache-Control:public
Connection:Keep-Alive
Content-Encoding:gzip
Content-Length:21
Content-Type:text/html
Date:Fri, 08 Oct 2010 17:50:20 GMT
Expires:Fri, 08 Oct 2010 23:59:59 GMT
Keep-Alive:timeout=5, max=100
Location:/sales?near=53711&in=Copps&at=43.046538+-89.324390
Server:Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.3.0
Vary:Accept-Encoding
X-Powered-By:PHP/5.3.0

However, Safari redirects properly when given HTTP code 302.
HTTP details:
equest URL:http://localhost/sales?near=53711&in=Copps
Request Method:GET
Status Code:302 Found
Request Headers
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent:Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5
Response Headers
Cache-Control:public
Connection:Keep-Alive
Content-Encoding:gzip
Content-Length:21
Content-Type:text/html
Date:Fri, 08 Oct 2010 18:08:03 GMT
Expires:Fri, 08 Oct 2010 23:59:59 GMT
Keep-Alive:timeout=5, max=100
Location:/sales?near=53711&in=Copps&at=43.046538+-89.324390
Server:Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.3.0
Vary:Accept-Encoding
X-Powered-By:PHP/5.3.0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list