Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JCR Webdav 2.0.6
-
None
Description
Currently an OPTIONS request to the WebDAV root folder – http://localhost:8080/dav by default – is replied to with a redirect to the default workspace or a not found response if there is no configured default workspace.
This should be converted into a plain HTTP OPTIONS response just returning the supported options on this URL, which naturally is just OPTIONS, GET, and HEAD.