Commit 03dba436 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Filter register


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@353 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8eef1b13
......@@ -11,6 +11,20 @@
<param-value>messenger_i18n_en</param-value>
</context-param>
<filter>
<filter-name>AuthCheck</filter-name>
<filter-class>org.jivesoftware.admin.AuthCheckFilter</filter-class>
<init-param>
<param-name>excludes</param-name>
<param-value>login.jsp,index.jsp?logout=true</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>AuthCheck</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
<!--@@STARTUP-SERVLET@@-->
<!--@@JSPC-SERVLETS@@-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment