Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.12.1
-
None
-
None
-
Linux
Description
It seems it is not possible to set properties on directories using Jackrabbit's Webdav implementation.
I tried both with a Java client (using the Sardine Webdav client) and the cadaver command line tool. In both cases I got a 207 status, with a nested 409 conflict.
$ cadaver http://localhost:8080/repository/default/ Authentication required for Jackrabbit Webdav Server on server `localhost': Username: admin Password: dav:/repository/default/> mkdir dir1 Creating `dir1': succeeded. dav:/repository/default/> propset dir1 foo bar Setting property on `dir1': failed: http://localhost:8080/repository/default/dir1/: 409 Conflict Setting property on `.': failed: http://localhost:8080/repository/default/work/tests/: 409 Conflict