Re: How to get tomcat to decode %26

2008-01-11 Thread Vackar
Sorry, think I may not have worded my question properly. What I meant to ask is: Is it possible to get tomcat to rewrite the url, preplacing %XX with corresponding symbol? The reason it's important is that I need to parse some paramaters server-side, and the paramaters need to be delimited by '&'

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

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 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 additio