Tomcat 5.5 -- Enabling of Certain Characters in URLs

2008-07-24 Thread floatingisland
Hi, Currently running the open source webapp eXist (http://exist.sourceforge.net/) on Tomcat 5.5. It works well expect for this glitch: in trying to access file names containing "(" or "," characters, Tomcat generates a 404 "document not found" message. I've tried encoding these with %29 and

Re: Tomcat 5.5 -- Enabling of Certain Characters in URLs [Take 2]

2008-07-24 Thread floatingisland
Hi, Yikes! I noticed that I had an abundance of typos in my post. Let me try to re-post in something closer to English. Here it goes:I am currently running the open source webapp eXist (http://exist.sourceforge.net/) on Tomcat 5.5. It works well with the exception of the following glitch: ac