[Webkit-unassigned] [Bug 17868] 303 See Other redirect not handled correctly for POST with multipart/form-data content-type
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 8 14:08:04 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=17868
sean at mcmains.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sean at mcmains.net
------- Comment #3 from sean at mcmains.net 2008-04-08 14:08 PDT -------
We have stumbled across what looks like a very similar issue, only with a 302
response. This breaks the functionality of the Magnolia CMS when used under OS
X 10.5.
To reproduce:
1. Log into http://demoauthor.magnolia.info/ with superuser/superuser
2. Double-click the "mailform" page icon to open that page
3. Click the green "New" button near the bottom of the center column to open
the new paragraph window
4. In the new paragraph window, select any paragraph type
Expected result (and actual result under OS X 10.4):
New edit window appears:
Actual Result under OS X 10.5:
Magnolia returns an error due to incorrect form data: java.io.IOException:
Corrupt form data: premature ending
----
We stuck a sniffer on the wire to see what Safari was sending, and sure enough,
it's sending a Post with Content-Type: multipart/form-data, but no actual form
data included.
I'm including the traffic logs for both a successful request under 10.4 and an
unsuccessful one under 10.5.
--
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