[Webkit-unassigned] [Bug 16082] REGRESSION: Issues with JIRA when using Safari 3 (invalid Content-Type header added for HTTP GET redirects)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 09:32:56 PST 2008


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


amiribarksdale at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amiribarksdale at gmail.com




------- Comment #10 from amiribarksdale at gmail.com  2008-01-08 09:32 PDT -------
Pardon me, but has anyone solved this issue? Safari 3 and Webkit both add their
own content-type header to a GET request after a form. In my case Safari added
"Content-Type: application/x-www-form-urlencoded" (not "multipart/form-data"),
and just ignored my actual content-type header. Here is my redirect:

$r->method('GET');
$r->headers_in->unset('Content-length');
$r->content_type('application/octet-stream');
$r->headers_out->{'Location'} = $url;
$m->abort(302);

Such redirects work in every single other browser except Safari 3 and WebKit.
They work fine in Safari 2.

This bug is definitely not closed, it is definitely both WebKit and Safari 3.

Meanwhile, does anyone have any insight into a workaround on the server side?

Amiri


-- 
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