Changes for page Configuration
Last modified by Vincent Massol on 2024/10/25
From version 32.1
edited by Asiri Rathnayake
on 2008/12/02
on 2008/12/02
Change comment:
There is no comment for this version
To version 33.1
edited by Asiri Rathnayake
on 2008/12/02
on 2008/12/02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -191,9 +191,23 @@ 191 191 192 192 1.1 Configuring WebDAV (since 1.7) 193 193 194 - #error("Thissectionisbeingupdated")194 +WebDAV support has been added to XWiki beginning from XWiki Enterprise 1.7. It is very important to note that WebDAV is enabled by default. 195 195 196 +1.1.1 Securing Your WebDAV Server 196 196 198 +XWiki's WebDAV implementation only supports [Basic Access Authentication>http://en.wikipedia.org/wiki/Basic_access_authentication] scheme for authenticating WebDAV clients. Because of this reason it is highly recommended that you employ a transport level security mechanism like SSL to protect your clients. You may consult your web application container's documentation to see how this can be achieved. 199 + 200 +1.1.1 Disabling WebDAV 201 + 202 +To disable WebDAV support in your XWiki server, simply edit your web.xml file and remove the url-mapping element for mapping webdav requests. The url-mapping element for WebDAV should look something like bellow: 203 + 204 +{code} 205 +<servlet-mapping> 206 + <servlet-name>webdav</servlet-name> 207 + <url-pattern>/webdav/*</url-pattern> 208 +</servlet-mapping> 209 +{code} 210 + 197 197 1.1 Redirections 198 198 199 199 XWiki supports defining redirections for incoming requests. To activate this feature modify your <tt>xwiki.cfg</tt> file and set the following property: