>>>>> "Kouji" == Kouji takahashi <[EMAIL PROTECTED]> writes:
Kouji> Why "HttpParser>>decodeUrlEncodedForm: aString" forces form field name to
lowerCase?
Kouji> Forms such as <INPUT TYPE="text" NAME="userName"> invokes HttpRequest holding
"username" as key name (both GET and POST method).
Kouji> I think this conversion seemed to be intentional. Because
Kouji> changing this method (remove 'asLowerCase' ) breaks admin
Kouji> tools to create new swiki.
Kouji> Is this conventional web servers habit?
Form field names are traditionally case-sensitive. A server
conforming to customary procedures would not case-fold the names.
But I'm not sure any spec forbids it. RFC1630 seems silent on the
issue.
I would prefer a system that allows case-sensitive form field names,
but I'm not ambitious enough to patch the current system. So I won't
whine. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!