Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Clean-up web.xml by removing configs that aren't actually implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
skuenzli committed Nov 10, 2012
1 parent ebcd821 commit 90c3393
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions sample-webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -58,9 +58,8 @@
<filter-mapping>
<filter-name>OutstandingRequestLimitingFilter</filter-name>
<servlet-name>*</servlet-name>
<!--<servlet-name>sample-app</servlet-name>-->
</filter-mapping>

<filter-mapping>
<filter-name>HttpMethodFilter</filter-name>
<url-pattern>/*</url-pattern>
Expand Down Expand Up @@ -96,13 +95,4 @@
<session-timeout>10</session-timeout>
</session-config>

<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/uncaughtException</location>
</error-page>

<error-page>
<error-code>404</error-code>
<location>/resourceNotFound</location>
</error-page>
</web-app>

0 comments on commit 90c3393

Please sign in to comment.