Problem with POST requests not removing JSESSIONID in tomcat 6.0.35

2012-01-16 Thread Daniel Pyykkö
Hi, I seem to have found a problem in tomcat 6.0.35 that did not exist in 6.0.32 or prior to that version that I would like to know if I should file as a bug or if it exists a solution to it (it seems to be a coding bug but just in case, I run tomcat on a MAC). The problem occurs when sending

Re: Problem with POST requests not removing JSESSIONID in tomcat 6.0.35

2012-01-16 Thread Mark Thomas
On 16/01/2012 12:45, Daniel Pyykkö wrote: Hi, I seem to have found a problem in tomcat 6.0.35 that did not exist in 6.0.32 or prior to that version that I would like to know if I should file as a bug or if it exists a solution to it (it seems to be a coding bug but just in case, I run

Re: Problem with POST requests not removing JSESSIONID in tomcat 6.0.35

2012-01-16 Thread Daniel Pyykkö
Hi Mark, So this means that the JSESSIONID is no longer removed from the requestURL by tomcat (and is thereby now propagated all the way) and we as developers of our product must now take that in consideration that JSESSIONID is returned as part of the URI when calling for example

Re: Problem with POST requests not removing JSESSIONID in tomcat 6.0.35

2012-01-16 Thread Mark Thomas
On 16/01/2012 14:06, Daniel Pyykkö wrote: Hi Mark, So this means that the JSESSIONID is no longer removed from the requestURL by tomcat (and is thereby now propagated all the way) and we as developers of our product must now take that in consideration that JSESSIONID is returned as part of