Am Don, 2002-03-14 um 06.30 schrieb Kimbro Staken: > This is excellent. I was playing around with it a bit on Mac OS X and I > can mount things fine, but the OS sees it as read only. Is it supposed to > be mounting read write? I don't know mac's webdav client. The application supports only webdav level 1 (no logging). If the client makes a http options request it gets these allowed methods: OPTIONS, GET, HEAD, POST, DELETE, TRACE, PROPFIND, PROPPATCH, COPY, MOVE (additionally PUT adn MKCOL if it is a collection) So the client should see, that it is read write.
You can send me the raw http requests and i will try to find the problem. Jan > > On Wednesday, March 13, 2002, at 04:22 PM, Jan Metzner wrote: > > > I developed a web and webdav administration servlet for xindice. You can > > browse the database with your normal webbrowser and make xpath queries. > > Moreover you can browse it with your favourite webdav client. So you can > > administrate (make collections, copy/move files etc) the database like > > your normal filesystem. > > The application is only a preview but it works. > > You can download the binary war file and the sources: > > http://www.mucl.de/~jmetzner/xincon > > > > If you have questions feel free to contact me! > > > > Jan > > > > > > > > > Kimbro Staken - http://www.kstaken.org - http://www.xmldatabases.org > Apache Xindice native XML database http://xml.apache.org/xindice > XML:DB Initiative http://www.xmldb.org > Senior Technologist (Your company name here) >
