From: Dannes W. <da...@ex...> - 2010-09-25 13:47:38
|
On 25 Sep 2010, at 3:39 , Anton Kolev wrote: > Sorry, I just wrongly sent a feedback about WEBDAV/Milton in thread: ANN: XMLRPC update. > You probably expect this: (during touch /db/test/t5 using davfs2) > > 2010-09-25 04:03:48,194 [eXistThread-23] DEBUG (MiltonResource.java [authorise]:337) - User anton is authorized to write resource /db/test > 2010-09-25 04:03:48,209 [eXistThread-23] DEBUG (MiltonCollection.java [createAndLock]:265) - /db/test name=t5 NOT IMPLEMENTED YET > > 192.168.2.124 - - [25/IX/2010:01:03:48 +0000] "PROPFIND /exist/webdav2/db/test/ HTTP/1.1" 207 1922 > 192.168.2.124 - - [25/IX/2010:01:03:48 +0000] "LOCK /exist/webdav2/db/test/t5 HTTP/1.1" 500 47 > > BTW: In normal circumstances, davfs2+samba is working solution for windows7/6/5 :-) users. One can just start VM with Linux to achieve the comfort of access the DB content using windows shares, for example mapping of letter X: to /db :-)) Right, in the previous implementation LOCKing of collections was not supported. Currently it is not possible in exist-db to perform a user-lock on a collection. The webdav-function is a layer around the core, and so the this LOCK cannot be supported. I made MiltonCollection.java to implement the LOCK interface, I remember that the MacOsX finder requires it. I'll check what happens if I remove the empty implementation Further: WHat is the message of your mail? Does the interface work for you (I could not test with davfs)? What are your experiences with the renewed implementation? Kind regards Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |