Commit 586a7538 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Added auth check filter mapping for the plugin servlet


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@521 b35dd754-fafc-0310-a699-88a17e54d16e
parent 06b9d937
......@@ -25,6 +25,11 @@
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>AuthCheck</filter-name>
<servlet-name>PluginServlet</servlet-name>
</filter-mapping>
<servlet>
<servlet-name>PluginServlet</servlet-name>
<servlet-class>org.jivesoftware.messenger.container.PluginServlet</servlet-class>
......
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