Skip to content

Commit

Permalink
Merge pull request #68 from caelum/webfragments
Browse files Browse the repository at this point in the history
Missing web-fragment is back
  • Loading branch information
garcia-jj committed Sep 13, 2013
2 parents 6bb2edc + 4ba7348 commit 8a9f0bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vraptor-core/src/main/resources/META-INF/web-fragment.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<web-fragment xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd"
version="3.0">
<filter>
<filter-name>vraptor</filter-name>
<filter-class>br.com.caelum.vraptor4.VRaptor</filter-class>
</filter>
<filter-mapping>
<filter-name>vraptor</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
</web-fragment>

0 comments on commit 8a9f0bb

Please sign in to comment.