Skip to content

Commit

Permalink
web.xml Dispatch ERROR no longer needed because it is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Aug 27, 2023
1 parent 45d7e24 commit 7cecef2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sitemesh-examples-hellowebapp/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<filter-mapping>
<filter-name>sitemesh</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>ERROR</dispatcher>
</filter-mapping>

<error-page>
<location>/error.jsp</location>
</error-page>
Expand Down

0 comments on commit 7cecef2

Please sign in to comment.