Re: How to get tomcat to decode %26

2008-01-11 Thread Vackar
@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-get-tomcat-to-decode--26-tp14738575p14752323.html Sent from the Tomcat - User mailing list archive at Nabble.com

How to get tomcat to decode %26

2008-01-10 Thread Vackar
Hi, Does anyone know how to get tomcat to interpret %26 as an ampersand character () Thanks, Vackar -- View this message in context: http://www.nabble.com/How-to-get-tomcat-to-decode--26-tp14738575p14738575.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: How to get tomcat to decode %26

2008-01-10 Thread Mark Thomas
Vackar wrote: Hi, Does anyone know how to get tomcat to interpret %26 as an ampersand character () It does. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to get tomcat to decode %26

2008-01-10 Thread Szabolcs Márton
Hi try apache commons package, Stringutils somewhere. It has a lot of encode decode function already. 2008/1/10, Mark Thomas [EMAIL PROTECTED]: Vackar wrote: Hi, Does anyone know how to get tomcat to interpret %26 as an ampersand character () It does. Mark

Re: How to get tomcat to decode %26

2008-01-10 Thread David Delbecq
%XX in the url requested by a browser are already converted by tomcat to their corresponding characters, according to the http specs. You don't have to do anything special for that. En l'instant précis du 10/01/08 18:02, Vackar s'exprimait en ces termes: Hi, Does anyone know how to get tomcat