hi;
my friend tried it, reported that it didn't work.
abdurrahman
-----Original Message-----
From: Aurélien DEHAY [mailto:ad@zorel.org]
Sent: Wednesday, February 01, 2006 11:29 AM
To: Tomcat Users List
Subject: Re: percent sign in URI
Hello.
abdurrahman sahin wrote:
> I realized apache2 web server properyl handles % sign in URIs, i need =
> exact functionality on tomcat 5 too.
> When I try to pass a parameter containing % sign, the parameter value on =
> the server seems null.
> like
> http://localhost:8080/aSite/aPage?query=hi%everybody
> Tomcat 5 cannot handle that, Is there a way to do it with tomcat 5.
What happens if you set URIEncoding="UTF-8" to your connector in
server.xml file?
--
Aurélien
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|