users@tomcat.apache.org'
Betreff: How to suppress implicit conversions when spliiting up the query
string into parameters
Hi world.
Weve severe problems if a URL contains an umlaut. For URL usage we encode
strings using UTF-8, i.e. ü (which would be ü in HTML) can be viewed
as %c3%bc. G
On 6/29/06, KHZ (SAW) <[EMAIL PROTECTED]> wrote:
We've severe problems if a URL contains an umlaut. For URL usage we encode
strings using UTF-8, i.e. "ü" (which would be ü in HTML) can be viewed
as "%c3%bc". Getting the request parameter I'ld expect the same string. But
we see 2 characters. Obvi
Hi world.
Weve severe problems if a URL contains an umlaut. For URL usage we encode
strings using UTF-8, i.e. ü (which would be ü in HTML) can be viewed
as %c3%bc. Getting the request parameter Ild expect the same string. But
we see 2 characters. Obviously its interpreted as ISO8859-1 and