hi
How can I get this done through SimpleWebdavServlet? What cusomization is required?
basically you shouldn't have to add any customization as long as the correct session is attached to the request AND the ac-evaluation is correct implemented. by the default that is expected to work properly. the user gets prompted for username/pw and subsequently a corresponding Repository.login is performed using the username/pw pair to obtain a Session. can please check if you really get the correct session for the various users? if this is not the case, please check if your servlet configuration does not have a default username/pw set in the missing-auth init-param (that would always give you the a session for the same user). regards angela
