[Webkit-unassigned] [Bug 5291] FORM multipart/form-data with GET method issue

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 4 10:41:20 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5291


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5482|review?                     |review-
               Flag|                            |




------- Additional Comments From darin at apple.com  2006-01-04 10:41 -------
(From update of attachment 5482)
This patch looks OK, but I think we can do better.

The way the code is currently written, behavior is different based on the order
of the enctype and method attributes. This patch doesn't fix that. In
particular, if enctype="multipart/form-data" before after method="get" then the
method will be GET, but if method="get" comes before
enctype="multipart/form-data" then the method will be POST.

We should remove all the order dependencies -- this patch removes one of them.


-- 
Configure bugmail: http://bugzilla.opendarwin.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