Hi, On Dec 20, 2007 5:45 PM, Geoffrey Rekier <[EMAIL PROTECTED]> wrote: > I am moving from slide and I have a little problem... > We want to connect to jackrabbit with a WebDAV client we have and > that's fine but it seems that we get read-only. (I get errors that > says I don't have the rights to add a file there). > I don't have the init-param in web.xml. and I am using the > SimpleAccessManager.
The default SimpleAccessManager (it's really simple :-) grants read-only access to anonymous users and read-write access to anyone else. So with default configuration you can get write access by supplying any username and password. BR, Jukka Zitting
