Ticket #680 (closed defect: fixed)
names in multipart requests should not be encoded
| Reported by: | mario@… | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dojox | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ttrenka) (diff)
It turnes out that names in multipart requests should not be encoded. Even though, there seems to be no standard for this.
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.2 states "a name attribute specifying the control name of the corresponding control. Control names originally encoded in non-ASCII character sets may be encoded using the method outlined in [RFC2045]."
I checked with firefox and a simple html test and it behaves like this: form with get = encode names form with post = encode names form with post and mulipart = do not encode names
Change History
Note: See
TracTickets for help on using
tickets.