Bug 24721 - HttpServletRequest.setCharacterEncoding doesn't work.
Summary: HttpServletRequest.setCharacterEncoding doesn't work.
Status: RESOLVED DUPLICATE of bug 24557
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Connector:Coyote HTTP/1.1 (show other bugs)
Version: 4.1.29
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-14 23:38 UTC by Kamil Nagrodzki
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Nagrodzki 2003-11-14 23:38:12 UTC
Servlets using method
HttpServletRequest.setCharacterEncoding("iso-8859-2");
can't decode Polish characters.
I'm using FORMS and POST method.
The same seevlets works on Tomcat 4.1.27

I've opened bug 24557 few days ago,
then Remy Maucherat set status to RESOLVED/INVALID.
I've understood that my report is wrong, so I reopend bug and put new comment.
Because nobody changed status of bug 24557 since 10/NOV I'm filling this report
now...
Comment 1 Remy Maucherat 2003-11-15 07:46:13 UTC

*** This bug has been marked as a duplicate of 24557 ***