On Tue, May 10, 2011 at 7:31 PM, Christopher Schultz <ch...@christopherschultz.net> wrote: > <..> > What about http://site/test1%28test2/ > > Does that give you "/test1)test2/"?
Closing bracket is %29 but yes, it does. > If so, Tomcat is probably following SOP with regard to standards which > is to be conservative in what you send and liberal in what you accept. Which is all good and understandable. But I would like to print <a href="/test1)test2"> rather than <a href="/test1%29test2"> for better readability as now I don't know what requires to be encoded and what not. Regards, Mindaugas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org