You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by klopfdreh <gi...@git.apache.org> on 2017/07/31 05:54:58 UTC

[GitHub] wicket pull request #214: experimenting with suspension of requestCycle via ...

Github user klopfdreh commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/214#discussion_r130276480
  
    --- 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 --
    
    Any updates here?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---