Hi,

How do I check if I have access to a given resource, in case it has a
lock on it?

I have a resource with an exclusive lock on it, and now I want to check
it I have access to this resource! 

What I do is retrieve the lock-token and now I need to check if the user
owns this lock! I then add this lock-token to a request header and then
test if I can operate on the resource by adding a new meta-tag and then
remove it again! 

But is there an easier way to verify if current user owns the lock on a
given resource?

/Jacob 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to