[Webkit-unassigned] [Bug 16166] Depending on form action enctype, safari stalls badly on 302 redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 05:23:38 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16166





------- Comment #4 from ddkilzer at webkit.org  2007-11-28 05:23 PDT -------
(From update of attachment 17564)
Another instance of a GET request with an invalid Content-Type header that came
after a 302 from a POST request.

>POST /web/safari/enctype.ws HTTP/1.1
>User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.10
>.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10
>Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryu2Bf8fsi9aZ5
>exY0
>Referer: http://newgeo.com/web/safari/enctype.ws
>Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/pl
>ain;q=0.8,image/png,*/*;q=0.5
>Accept-Language: en-us
>Accept-Encoding: gzip, deflate
>Content-Length: 163
>Connection: keep-alive
>Host: newgeo.com
>
>------WebKitFormBoundaryu2Bf8fsi9aZ5exY0
>Content-Disposition: form-data; name="a"
>
>- Send as multipart/form-data -
>------WebKitFormBoundaryu2Bf8fsi9aZ5exY0--

>HTTP/1.0 302 Moved Temporarily
>Server: WebSiphon/2.0
>MIME-Version: 1.0
>Location: http://newgeo.com/web/safari/done.ws
>
><form action="enctype.ws" method="post" enctype="application/x-www-form-urlenc
>oded">
> <input name="a" type="submit" value="- Send as application/x-www-form-urlenco
>ded -"><br>
></form>
>
>
><form action="enctype.ws" method="post" enctype="multipart/form-data">
> <input name="a" type="submit" value="- Send as multipart/form-data 
>-"><br>
></form>

>GET /web/safari/done.ws HTTP/1.1
>User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.10
>.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10
>Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryu2Bf8fsi9aZ5
>exY0
>Accept-Encoding: gzip, deflate
>Referer: http://newgeo.com/web/safari/enctype.ws
>Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/pl
>ain;q=0.8,image/png,*/*;q=0.5
>Accept-Language: en-us
>Connection: keep-alive
>Host: newgeo.com


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



More information about the webkit-unassigned mailing list