Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyuancom committed Jan 9, 2014
1 parent 86fdaa5 commit 1cdace7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pos/WebRoot/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
<filter-name>encodingFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter>
<filter-name>test</filter-name>
<filter-class>com.lanyuan.util.GetContent</filter-class>
</filter>
<filter-mapping>
<filter-name>test</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
Expand Down

0 comments on commit 1cdace7

Please sign in to comment.