Commit ca948420 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1332] Light WebDAV servlet implemented that will be used for file sharing...

[JM-1332] Light WebDAV servlet implemented that will be used for file sharing in MUC rooms.  Currently does Basic Auth.  Other auth's will be implemented as needed for SparkWeb and possible some extra.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10242 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1cfd8a9f
......@@ -116,6 +116,11 @@
<servlet-class>org.jivesoftware.openfire.container.PluginIconServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>WebDAVLiteServlet</servlet-name>
<servlet-class>org.jivesoftware.openfire.webdav.WebDAVLiteServlet</servlet-class>
</servlet>
<!--@@JSPC-SERVLETS@@-->
......@@ -134,6 +139,11 @@
<url-pattern>/geticon</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WebDAVLiteServlet</servlet-name>
<url-pattern>/webdav/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>dwr-invoker</servlet-name>
<url-pattern>/dwr/*</url-pattern>
......
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