[Webkit-unassigned] [Bug 19005] New: GET form items without name attribute are still submitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 06:30:32 PDT 2008


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

           Summary: GET form items without name attribute are still
                    submitted
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: work at wimleers.com


When you have for example a select element in a GET form, then remove its name
attribute after it has been loaded (using Javascript), then submit the form,
WebKit will *still* append the value to the URL, but set no name attribute.

E.g. http://foo.com/somepage?=value, where "value" is the selected value of the
select.

Notes:
- I did not test if this also happens with POST forms.
- I did not test if this also happens when you don't have a name attribute from
the beginning. (I tested with a document that has a name attribute set in the
beginning and removed it afterwards, using JS.)


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