Set value of javax.servlet.error.exception_type to a Class not a String
Previously, ErrorPageFilter set the value of javax.servlet.error.exception_type to be the name of the exception, (a java.lang.String). This commit changes it to be a java.lang.Class as required by the Servlet spec. Closes gh-7925
Showing
Please register or sign in to comment