Problem using "response.sendRedirect" to redirect to U RL that includes "ñ" or tilde

2010-05-18 Thread Perez Manglano, Moises
I´ve found an alternative solution for "ñ" issue; instead of redirect using "response.sendRedirect", i´ve used the HTML META tag in this way: http://www.coruña.es"; http-equiv="refresh"> It redirects to the correct URL properly. Thanks for all replies. Best regards. This e-mail and any at

Problem using "response.sendRedirect" to redirect to U RL that includes "ñ" or tilde

2010-05-17 Thread Perez Manglano, Moises
Hello. I´m trying to redirect to a URL that includes "ñ" using "response.sendRedirect", but it parses wrongly this kind of character; I´ve tried it using "URLEncoder" and differents encondings (UTF-8,UTF-16,etc). What´s the correct way to do this redirect in Tomcat version 5.5.28? Thanks.