Cannot update HTTP status code in error pages

2018-04-27 Thread Shinsuke Sugaya
Hi, Tomcat 9.0.7 does not seem to be able to update a status code in an error page(JSP). But it works on Tomcat 8.5 and 9.0.5. Steps to reproduce: 1. Set JSP path to in web.xml ex. https://github.com/codelibs/fess/blob/fess-12.1.2/src/main/webapp/WEB-INF/web.xml#L148 2. Redirect in JSP page e

Re: Training material is now on-line

2018-04-27 Thread John Byrne
On 11 April 2018 at 23:32, Mark Thomas wrote: > Hi all, > > Thanks to the magic of GitHub pages, the Tomcat training material that > was used for the recent training session is now available on-line here: > > https://apache.github.io/tomcat-training/ > > The source code is here: > > https://github

Re: Tomcat 9 ;jsessionid

2018-04-27 Thread Greg Huber
It was not the ;jsessionidxx, but changes to Spring StrictHttpFirewall, the default config now does not allow some characters in the url : - Rejects URLs that are not normalized to avoid bypassing security constraints... - Rejects URLs that contain characters that are not printable ASCII

RE: Tomcat 9 ;jsessionid

2018-04-27 Thread Berneburg, Cris J. - US
Hi Greg -Original Message- From: Greg Huber [mailto:gregh3...@gmail.com] Sent: Thursday, April 26, 2018 4:53 AM To: Tomcat Users List Subject: Tomcat 9 ;jsessionid > Hello, > > One thing I have noticed with Tomcat 9.0.x I get alot > ;jsessionid=xxx appended to my urls. This did not hap