Because of the way byte values are URL encoded, (and the way tomcat decodes
them.) What you usually receive with get parameters is a byte stream one byte
per character. You can post process the string obtained by getParameter by
converting it back to a byte array, then convert to a string and specify the
encoding.
|
Title: charset used for parameters decoding on HTTP request Tomcat3.x,4
- charset used for parameters decoding on HTTP request Tomc... Adalbert Wysocki
- Re: charset used for parameters decoding on HTTP req... cmanolache
- Re: charset used for parameters decoding on HTTP req... Tim Tye
- Re: charset used for parameters decoding on HTTP req... Kazuhiro Kazama
- RE: charset used for parameters decoding on HTTP req... Adalbert Wysocki
- RE: charset used for parameters decoding on HTTP... cmanolache
- Re: charset used for parameters decoding on HTTP... Hans Bergsten