Re: URL decoding

2017-04-28 Thread Stephen Crawford
On 4/27/2017 4:52 PM, Christopher Schultz wrote: When I take your browser-encoded query string from above and send it to Tomcat, I don't get any errors or anything. Are you sure this isn't a problem with the application? Hi Chris, That happens to me too, in the sense that usually Tomcat throw

Re: URL decoding

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, (Bringing this back into the list) On 4/27/17 1:49 PM, Stephen Crawford wrote: > Hi Chris, > > On 4/27/2017 12:47 PM, Christopher Schultz wrote: >> Steve, >> >> On 4/27/17 12:23 PM, Stephen Crawford wrote: >>> Hello All, >>> >>> We are ru

Re: URL decoding

2017-04-27 Thread Stephen Crawford
On 4/27/2017 2:27 PM, Mark Thomas wrote: On 27/04/17 17:23, Stephen Crawford wrote: Hello All, We are running Tomcat 8.5.13 on Linux, mostly as a container for Geoserver. We have a few apps (in Flash!) that have been running fine untouched for at least six years but stopped working a few weeks

Re: URL decoding

2017-04-27 Thread Mark Thomas
On 27/04/17 17:23, Stephen Crawford wrote: > Hello All, > > We are running Tomcat 8.5.13 on Linux, mostly as a container for > Geoserver. We have a few apps (in Flash!) that have been running fine > untouched for at least six years but stopped working a few weeks ago. I > believe the issue appear

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