diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-08-09 13:36:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 13:36:39 +0300 |
commit | d5067d6bbd622316e2a398311e94b40e5e89a913 (patch) | |
tree | 0d78c8a568b53944ba8f42455df6431b14a3ae43 /all | |
parent | b379bb84280a34b6e1236e5d61a013a1e939a92e (diff) | |
download | vaadin-framework-d5067d6bbd622316e2a398311e94b40e5e89a913.tar.gz vaadin-framework-d5067d6bbd622316e2a398311e94b40e5e89a913.zip |
fix: Prevent deadlock in findOrCreateVaadinSession (#12355)
It is possible findOrCreateVaadinSession leaves session locked if HTTP session is invalidated in an another thread between lockSession and unlockSession calls. This PR changes the implementation so that this can no longer happen.
fixes: #12352
Diffstat (limited to 'all')
0 files changed, 0 insertions, 0 deletions