hi
When I am trying to access jackrabbit repository via webdav, the webdav
server pops up an authentication window requesting username and
password.

Is there anyway to suppress this authentication window?

take a look at the respective servlet configuration
in the WEB-INF/web.xml and uncomment the init-param
named "missing-auth-mapping".

then you may choose between option 2) and 3) of
the description.
2) empty param-value -> null login -> read-only
3) user:password value -> login as that user

regards
angela

Reply via email to