Seems to be not a problem with Wicket but rather with Tomcat. The requestURI
is not encoded correctly (see below).

target Url: landing/M%C3%A4nner/men.html
redirect_to_buffer targetUrl: landing/M%C3%A4nner/men.html
targetUrl2: landing/M%C3%A4nner/men.html?1
storeBufferedResponse: landing/M%C3%A4nner/men.html?1
redirectTo: landing/M%C3%A4nner/men.html?1
response.sendRedirect: ./men.html?1
encodeRedirectURL: ./men.html?1
encodedRelativeUrl: ./men.html?1
httpServletResponse org.apache.catalina.connector.ResponseFacade
sendRedirect men.html?1
ServletWebRequest for HttpServletRequest
org.apache.catalina.connector.RequestFacade@9d54b17 url=null requestURI
/germanyb2c/de/landing/M%c3%83%c2%a4nner/men.html

Did someone experience similar problems? We're using Tomcat 7.0.29.





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/REDIRECT-TO-BUFFER-and-Url-encoding-problem-with-Umlauts-tp4657840p4657863.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to