Re: URL Decoding Question

2007-08-10 Thread Bill Barker
"Thoku Hansen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Does Tomcat decode a URL-encoded request before evaluating it against > servlet url-patterns? > > I have a form whose submit action URL includes the jsessionid like this: > method="post"> > > When the form is s

URL Decoding Question

2007-08-10 Thread Thoku Hansen
Hi, Does Tomcat decode a URL-encoded request before evaluating it against servlet url-patterns? I have a form whose submit action URL includes the jsessionid like this: action="Example.action;jsessionid=196273839CE41F0BFBA445F63D3880EB" method="post"> When the form is submitted, the reque