hi thomas
I am using Jackrabbit as a Webdav server. It runs on a Tomcat 6.0.26
I would like to connect via windows 7 machines but unfortunately
Jackrabbit only supports basic authentification
and not digest authentication,..... and therefore the connection is
refused (although SSL is used)
How could i enable to provide "digest authentication" on Webdav component.
thanking you in advance for helping me
speaking of the dav server part only you can provide a custom
implementation of org.apache.jackrabbit.server.CredentialsProvider.
and obviously you need to make sure in addition that the LoginModule
of the repository is able to deal with the credentials.
regards
angela
best regards
Thomas