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
for the second request ?, with ZIP files, txt files I have no problem. I am getting mad :0 It's a client issue, but what can I do at server side to provide compatibility ? can I guess the encoding at servlet's service method ? Thanks in advance -Mensaje original- De: Fernando Salazar de

RE: Webdav Webfolder issue when container security enabled

2005-04-06 Thread Fernando Salazar de Paz
. This will override any welcome file processing etc. Let me know which test fail with this mapping. Cheers, Mark Fernando Salazar de Paz wrote: Thanks for your help, Mark I have uncommented the servlet's readonly init parameter and security constraints for testing. I have tried to comment

RE: Webdav Webfolder issue when container security enabled

2005-04-05 Thread Fernando Salazar de Paz
Thanks for your help, Mark I have uncommented the servlet's readonly init parameter and security constraints for testing. I have tried to comment welcome-file-list, but web.xml in C:\Tomcat 4.1\conf have the same welcome-file-list, finally I have removed index.html (I think I am doing something

RE: Webdav Webfolder issue when container security enabled

2005-04-04 Thread Fernando Salazar de Paz
instructions (from a clean install of 4.1.x or 5.5.x) and I'll take another look. Mark Fernando Salazar de Paz wrote: Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to sniff network traffic

RE: Webdav Webfolder issue when container security enabled

2005-04-04 Thread Fernando Salazar de Paz
Deleting C:\Tomcat 4.1\webapps\webdav\index.html listings were ok If I comment welcome-files in web.xml I think it should take welcome-files defined In C:\Tomcat 4.1\conf\web.xml or not ? Now I can open PDF files with IExplore After several restarts changing webdav\WEB-INF\web.xml i. I could

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
I have tried the following: a) Apache/2.0.49 (Win32) DAV/2 mod_jk/1.2.3-devsecurity enabled WWW-Authenticate: Basic realm=ByPassword Works fine (I can edit open PDFs, ZIPs, etc from webfolder) b) Apache Tomcat 4.1.31 / 5.5.7 security disabled Works fine c) Apache Tomcat 4.1.31 / 5.5.7

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to sniff network traffic. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Webdav Webfolder issue when container security enabled

2005-03-31 Thread Fernando Salazar de Paz
Using Windows XP SP 2 , Net Framework 1.1,MSDAIPP.DLL 11.0.5510.0 Tomcat version 4.1.21 5.5.7 JDK version 1.4.2_06 I cannot open pdf files, zip files, . (with office files, image files. it works fine) inside webfolders when basic