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  '&' (%26
doesn't work)



David Delbecq-2 wrote:
> 
> %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 to interpret %26 as an ampersand
>> character (&)
>>
>> Thanks,
>> Vackar
>>   
> 
> 
> -- 
> http://www.devlog.be (a belgian developer's logs)
> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@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.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to