Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/214#discussion_r107283257
  
    --- Diff: 
wicket-core/src/main/java/org/apache/wicket/page/PageAccessSynchronizer.java ---
    @@ -93,8 +94,8 @@ public Duration getTimeout(int pageId)
         */
        public void lockPage(int pageId) throws CouldNotLockPageException
        {
    -           final Thread thread = Thread.currentThread();
    -           final PageLock lock = new PageLock(pageId, thread);
    +           final RequestCycle cycle = RequestCycle.get();
    --- End diff --
    
    In that timeframe the page should be unlocked. On resume the new thread 
should acquire a new lock or wait if it is not available at the moment.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to