Re: Tomcat 8.0.29-30 context root redirect changes break application

2015-12-24 Thread Mark Thomas
On 18/12/2015 21:47, Jason Rivard wrote: > On Fri, Dec 18, 2015 at 4:36 PM, Mark Thomas wrote: > >> On 18 December 2015 20:21:12 GMT+00:00, Jason Rivard >> wrote: > > [snip] >> > >> You can use sessionCookiePathUsesTrailingSlash on the Context to fix the >> session problem but be aware of the

Re: Tomcat 8.0.29-30 context root redirect changes break application

2015-12-18 Thread Jason Rivard
On Fri, Dec 18, 2015 at 4:36 PM, Mark Thomas wrote: > On 18 December 2015 20:21:12 GMT+00:00, Jason Rivard > wrote: [snip] > > You can use sessionCookiePathUsesTrailingSlash on the Context to fix the > session problem but be aware of the security risks if you have contexts > with common prefix

Re: Tomcat 8.0.29-30 context root redirect changes break application

2015-12-18 Thread Mark Thomas
On 18 December 2015 20:21:12 GMT+00:00, Jason Rivard wrote: >I'm not sure if I'm posting this in the right place, but I thought I >would >start here. It seems that changes to tomcat 8.0.29-30 partially >described >in the following bug break my application, and probably others: > >https://bz.apach

Tomcat 8.0.29-30 context root redirect changes break application

2015-12-18 Thread Jason Rivard
I'm not sure if I'm posting this in the right place, but I thought I would start here. It seems that changes to tomcat 8.0.29-30 partially described in the following bug break my application, and probably others: https://bz.apache.org/bugzilla/show_bug.cgi?id=58660 And here is my test applicatio