Re: ServletWebRequest.getServletPath() returns strange values on uris with german umlauts

2011-01-27 Thread asbachb
be a problem to decode? awarnier wrote: > > asbachb wrote: >> Thank you for you reply. >> >> Sorry for expressing me a little vague. I meant that i alread tried both >> attributes. >> >> My used encoding is UTF-8. >> >> Here are th

Re: ServletWebRequest.getServletPath() returns strange values on uris with german umlauts

2011-01-27 Thread asbachb
1/1/27 asbachb : >> Like mentioned in the CharacterEncoding FAQs I already setup URIEncoding >> and >> useBodyEncodingForURI attribute in my server.xml configuration. > > URIEncoding and useBodyEncodingForURI are alternatives. Do not use > both at the same time. My understan

ServletWebRequest.getServletPath() returns strange values on uris with german umlauts

2011-01-26 Thread asbachb
Hello, Environment: Tomcat 7.0.6 - Java 1.6_22 - Ubuntu 10.10 I got some problems with a wicket application which decodes parameters into path of the uri. When calling getServletPath() on that uris, containig umlauts the method will return some wrong encoded path. In my sample application the me