https://issues.apache.org/bugzilla/show_bug.cgi?id=56568
--- Comment #13 from Grigory <[email protected]> --- Hello Mark. Sorry for late question: I only now install Tomcat 8.09 I try my case: redirect via org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver implementation to exception.jsp with HTTP DELETE. In case of response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); jsp is ignored. Set <%@page isErrorPage="true"%> inside jsp doesn't help from Method Not Allowed HTTP Status 405 - JSPs only permit GET POST or HEAD How can tell Tomcat that treat this jsp as error page? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
