Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
I can PUT archives but I am not be able to read them anymore. For example: Archive:manualĂ­n.pdf In WebdavServlet::service protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
browsers uses ISO-8859-1 but we need to be compatible with IE. Thanks and regards -Mensaje original- De: Fernando Salazar de Paz [mailto:[EMAIL PROTECTED] Enviado el: lunes, 11 de abril de 2005 10:24 Para: tomcat-user@jakarta.apache.org Asunto: Webdav issue with non ASCII characters I can

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
-Mensaje original- De: Fernando Salazar de Paz [mailto:[EMAIL PROTECTED] Enviado el: lunes, 11 de abril de 2005 14:36 Para: 'Tomcat Users List' Asunto: RE: Webdav issue with non ASCII characters Internet Explorer uses UTF-8 to encode URLs and Tomcat tries ISO-8859-1

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Fernando Salazar de Paz
Paz [mailto:[EMAIL PROTECTED] Enviado el: lunes, 11 de abril de 2005 16:41 Para: 'Tomcat Users List' Asunto: RE: Webdav issue with non ASCII characters Using URIEncoding parameter, at Server.xml, PUT and DELETE methods works ok. I am still having trouble with GET method. !-- Define a non-SSL

RE: Webdav issue with non ASCII characters

2005-04-11 Thread Peter Crowther
From: Fernando Salazar de Paz [mailto:[EMAIL PROTECTED] when I request a PDF file a new (second) request is made by Acrobat Reader. Acrobat Reader uses ISO-8859-1 and Tomcat will not be able to decode the uri properly. What is the reason for the second request ? The Acrobat reader IE