svenmeier commented on a change in pull request #380: WICKET-6558 no lock after 
detach
URL: https://github.com/apache/wicket/pull/380#discussion_r314033459
 
 

 ##########
 File path: wicket-core/src/main/java/org/apache/wicket/Session.java
 ##########
 @@ -915,6 +924,10 @@ public int nextPageId()
         */
        public final IPageManager getPageManager()
        {
+               if 
(Boolean.TRUE.equals(RequestCycle.get().getMetaData(PAGES_UNLOCKED))) {
 
 Review comment:
   When detached, Session no longer gives access to it's access-synchronizing 
manager.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to