You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Mohinder Singh <ms...@swri.org> on 2009/10/16 18:48:05 UTC

Unlocking open-scoped lock in a web-application

In a http request the user locks a node (open-scoped and deep).
In a subsequent request, the lock needs to be unlocked.
The session that locked the node in the first place does not exist anymore.

How do I unlock this node?

Thanks.
Mohinder


Re: Unlocking open-scoped lock in a web-application

Posted by Tobias Bocanegra <tr...@day.com>.
hi,
you need to remember the lock token somewhere. for example in the http session.

regards, toby

On Fri, Oct 16, 2009 at 6:48 PM, Mohinder Singh <ms...@swri.org> wrote:
> In a http request the user locks a node (open-scoped and deep).
> In a subsequent request, the lock needs to be unlocked.
> The session that locked the node in the first place does not exist anymore.
>
> How do I unlock this node?
>
> Thanks.
> Mohinder
>
>