Webdav AccessManager, canAccess(String workspaceName)

2008-03-31 Thread Sushil Vegad
Hello, We want to implement a custom access manager to check user permissions when a user accesses the repository through Webdav. We wrote a class MyAccessManager that implements org.apache.jackrabbit.core.security.AccessManager and declared it in the repository.xml What I see is only three

Re: Webdav AccessManager, canAccess(String workspaceName)

2008-03-31 Thread Tobias Bocanegra
canAccess() should be called during init() when logging into the repository. At this time a new access manager is created the access manager checks if access is allowed. -- Toby On 3/31/08, Sushil Vegad [EMAIL PROTECTED] wrote: Hello, We want to implement a custom access manager to check