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:

accessing URLs containing "(" or "," characters generates a 404 "document not 
found"

message. I've tried encoding these URLs with %29 and other encodings, but that 
doesn't

help. Are there any settings in the conf files that can be enabled to allow "(" 
or ","

in URLs preferably without encoding? In looking through the mailing list 
archives, I

noticed that there is a DecodeInterceptor safe="false" setting that can be 
enabled

(or added and then enabled?) to allow certain characters in URLs. So my 
question is this:

what needs to be added or enabled in Tomcat 5.5 to allow characters such as "(" 
or ","

in URLs?

? Thanks,Greg


?







?




 






-----Original Message-----

From: [EMAIL PROTECTED]

To: users@tomcat.apache.org

Sent: Thu, 24 Jul 2008 12:36 pm

Subject: Tomcat 5.5 -- Enabling of Certain Characters in URLs



  
    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 other encodings, but that doesn't help. Is there a   setting 
in the conf files that can be enabled to allow "(" or "," in URLs   preferably 
without encoding? In looking through the mailing list archives (see   
http://mail-archives.apache.org/mod_mbox/tomcat-dev/200109.mbox/[EMAIL 
PROTECTED])    , I noticed that there is a <DecodeInterceptor safe="false" 
/> setting, but I   don't know if that's part of Tomcat 5.5 or if it is, can 
it have to be added,   and if to which file and where in the conf files? Or is 
there another setting   that can be added/enabled?        Thanks,    Greg    ?  
             
   

Reply via email to