Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The following page has been changed by achow:
http://wiki.apache.org/tomcat/Tomcat/WebDav
------------------------------------------------------------------------------
<servlet-name>webdav</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
+ }}}
+ Of course, you can set the url-pattern to make the content editable from a different URL.
Also, be sure to secure access appropriately to the editing URLs.
- <!-- Added to make content editable via a different URL -->
-
- <servlet-mapping>
- <servlet-name>webdav</servlet-name>
- <url-pattern>/webdavedit/*</url-pattern>
- </servlet-mapping>
- }}}
== Webdav information and solutions ==
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|