Skip to content

Commit

Permalink
SEAMSERVLET-32
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gastaldi committed Mar 25, 2011
1 parent 873f535 commit ecf89b5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions impl/src/main/resources/META-INF/web-fragment.xml
Expand Up @@ -53,16 +53,6 @@
<!-- Make load-on-startup a large enough value to be last initialized, first destroyed -->
<load-on-startup>99999</load-on-startup>
</servlet>

<filter>
<filter-name>Catch Exception Filter</filter-name>
<filter-class>org.jboss.seam.servlet.exception.CatchExceptionFilter</filter-class>
</filter>

<filter-mapping>
<filter-name>Catch Exception Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<filter>
<display-name>Servlet Event Bridge Filter</display-name>
Expand All @@ -75,4 +65,15 @@
<url-pattern>/*</url-pattern>
</filter-mapping>

<filter>
<filter-name>Catch Exception Filter</filter-name>
<filter-class>org.jboss.seam.servlet.exception.CatchExceptionFilter</filter-class>
</filter>

<filter-mapping>
<filter-name>Catch Exception Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>


</web-fragment>

0 comments on commit ecf89b5

Please sign in to comment.