Skip to content

Commit 2c6319f

Browse files
Tomcat CIS Benchmark 2.5 web.xml: error page exception type
1 parent 7fcb68e commit 2c6319f

File tree

1 file changed

+1
-0
lines changed
  • web/web_ui/src/main/webapp/WEB-INF

1 file changed

+1
-0
lines changed

web/web_ui/src/main/webapp/WEB-INF/web.xml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<location>/expired.jsf</location>
8888
</error-page>
8989
<error-page>
90+
<exception-type>java.lang.Throwable</exception-type>
9091
<location>/error.jsf</location>
9192
</error-page>
9293

0 commit comments

Comments
 (0)