RE: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Shapira, Yoav
Howdy, At the filesystem level, file names are not URL-encoded, so a space is not the same as %20. The calling app should URL-decode file names in this instance before asking for the file. Yoav Shapira Millennium ChemInformatics -Original Message- From: Derek Mahar [mailto:[EMAIL

Re: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Jacob Kjome
Not sure of the exact problem or why 5.0.9 works but 5.0.12 doesn't. However, I would recommend that you not install Tomcat to a path containing spaces. You are just asking for trouble. Also, why are resources in the classpath being modified? If you want to modify resources, you should

Re: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Remy Maucherat
Derek Mahar wrote: Is it the responsibility of Tomcat, the application running on Tomcat, or Java to translate or resolve Windows file paths? If it is Tomcat, does Tomcat 5.0.12 translate or resolve these pathnames correctly? VQWiki (http://www.croninsolutions.com/veryquickwiki/), a JSP Wiki

RE: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Derek Mahar
a Tomcat or Java feature? Wherever this feature exists, I hope it is soon eliminated or corrected. Thanks for your help, Derek -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: October 8, 2003 12:13 PM To: Tomcat Users List Subject: Re: Tomcat 5.0.12, Windows, and file

RE: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Derek Mahar
Users List Subject: Re: Tomcat 5.0.12, Windows, and file pathnames Not sure of the exact problem or why 5.0.9 works but 5.0.12 doesn't. However, I would recommend that you not install Tomcat to a path containing spaces. You are just asking for trouble. Also, why are resources in the classpath

Re: Tomcat 5.0.12, Windows, and file pathnames

2003-10-08 Thread Remy Maucherat
Derek Mahar wrote: Yes, the Linux Tomcat installation has no spaces in its installation path (/usr/local/jakarta-tomcat-5.0.9), but the Windows Tomcat installation path does (C:\Program Files\Apache Software Foundation\Tomcat 5.0). Why cannot Tomcat on Windows handle these spaces? Is URL