Bug report #689 has just been filed.
You can view the report at the following URL:
<http://znutar.cortexity.com/BugRatViewer/ShowReport/689>
REPORT #689 Details.
Project: Servlet API
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment:
Release: 3.2
JVM Release: all
Operating System: all
OS Release: all
Platform: all
Synopsis:
Character encoding in request.getParameter()
Description:
Browsers use the character encoding of the form page
when send back the form data to the server.
Jakarta-servlet 3.2 with tomcat 3.2.1 does not
handle it properly.
The getParameter() servlet API
function fails when the parameter encoding is
not the default ISO-8859-1.
|