Re: Cannot update HTTP status code in error pages

2018-04-30 Thread Shinsuke Sugaya
Thanks a lot for the answer and the info. shinsuke 2018-04-30 17:49 GMT+09:00 Mark Thomas : > On 28/04/18 07:26, Shinsuke Sugaya wrote: >> 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 Tom

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