Skip to content

Commit

Permalink
Tomcat CIS Benchmark 2.5 web.xml: error page exception type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-mcgoldrick committed Aug 19, 2024
1 parent 7fcb68e commit 2c6319f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/web_ui/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<location>/expired.jsf</location>
</error-page>
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/error.jsf</location>
</error-page>

Expand Down

0 comments on commit 2c6319f

Please sign in to comment.