2011/5/11 Mindaugas Žakšauskas <min...@gmail.com>: > 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.
readability? nobody reads the HTML source That is why there are textual markup languages there used for wiki etc. : HTML is too hard to read for an average person. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org