Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.4
-
None
-
None
Description
If a node is locked with session scope and then deleted through this session (without unlocking it before),
the lock token is still registed at the session and available through getLockTokens().
This is a test code:
@org.junit.Test
public void testLock() throws Exception