https://issues.apache.org/bugzilla/show_bug.cgi?id=56568
--- Comment #2 from Mark Thomas <ma...@apache.org> --- My original proposal [1] included a page directive to make this configurable. That part was rejected. Options at this point: 1. Go ahead and add the page directive anyway 2. Add an init param to the JSP Servlet to control the default methods supported 3. Check the method via an over-ridable method that could be over-riden by invididual JSPs. 4. Do 2 & 3. 5. Skip the method check if the JSP is an error page. I stil think that the page directive is the way to handle this but I'd really like to do that with support from the JSP EG. Is 5 a sufficient solution for now? Can you think of any other use cases that might break because of this change? [1] https://java.net/jira/browse/JSP-33 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org