| Author |
wrong URL encoding?
|
Achim Bell
Greenhorn
Joined: Jun 14, 2012
Posts: 1
|
|
Hello,
while my interceptor (Struts2) repeats his call, the URL in the repeated html-file for the next call is changing like this:
...nnsh%C3%B6ft+%28Strom... (this ist the correct call-fragment in the first html-wait-page)
...nnsh%C3%83%C2%B6ft+%28Strom... (second page)
...nnsh%C3%83%C2%83%C3%82%C2%B6ft+%28Strom... (third page)
...nnsh%C3%83%C2%83%C3%82%C2%83%C3%83%C2%82%C3%82%C2%B6ft+%28Strom... (and so on...)
Seems that the "%"-Chars after the first one of the Code %C3%B6 (wich represents "รถ") is replaced by "%83%C2" (which represents the "%"-Char) and so on. Codes with only one "%" lile %28 for the "(" are handled correct. What is the problem? Is there a problem with Tomcat (7) or with Struts?
Thank You for an answer!
Struppi
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8262
|
|
Welcome to the JavaRanch.
It looks like you keep re-encoding the same string over and over. What does your code look like?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: wrong URL encoding?
|
|
|