Commit 4d18f5aa authored by Bill Lynch's avatar Bill Lynch Committed by bill

Added a pattern to exclude setup pages from auth check filter


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@356 b35dd754-fafc-0310-a699-88a17e54d16e
parent d0875aec
......@@ -16,7 +16,7 @@
<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>
<param-value>login.jsp,index.jsp?logout=true,setup-</param-value>
</init-param>
</filter>
......
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