You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by GitBox <gi...@apache.org> on 2022/04/04 10:08:23 UTC

[GitHub] [wicket] theigl opened a new pull request, #507: WICKET-6965 Store application name to avoid accessing the session

theigl opened a new pull request, #507:
URL: https://github.com/apache/wicket/pull/507

   This PR stores the application name in a field when a websocket connection is opened, so we don't have to access the session during `onClose` and `onError`. When `onError` is called, the session may already be closed and request parameters can no longer be accessed.
   
   https://issues.apache.org/jira/browse/WICKET-6965?focusedCommentId=17516488&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17516488


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [wicket] theigl merged pull request #507: WICKET-6965 Store application name to avoid accessing the session

Posted by GitBox <gi...@apache.org>.
theigl merged PR #507:
URL: https://github.com/apache/wicket/pull/507


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org