Closed
Bug 303090
Opened 19 years ago
Closed 19 years ago
Submission fails with urlencoded-post method and separator attribute
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: stpride, Assigned: aaronr)
Details
Attachments
(1 file)
|
745 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050802 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050802 Firefox/1.0+ Submission elements with method="urlencoded-post" and separator="<any-character>" fails to submit. Note: In section 11.2 of the spec, the "urlencoded-post" method shows as being deprecated. Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
Invalid testcase. Spec defines the separators as ONLY ";" (semicolon) and "&" (ampersand). Therefore any other character would cause the submission to fail.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•