Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeploymentConfiguration is retained in VaadinSession over session store-load cycle #18318

Open
tepi opened this issue Dec 15, 2023 · 0 comments · May be fixed by #18319
Open

DeploymentConfiguration is retained in VaadinSession over session store-load cycle #18318

tepi opened this issue Dec 15, 2023 · 0 comments · May be fixed by #18319
Assignees
Labels

Comments

@tepi
Copy link
Contributor

tepi commented Dec 15, 2023

Description of the bug

In addition to VaadinService, also VaadinSession has a field for DeploymentConfiguration. That is not marked as transient and will be serialized along with the session. This can lead to non-valid data in the configuration if it is modified and a redeploy is done between session store and load.

Expected behavior

DeploymentConfiguration data should always be up-to-date.

Minimal reproducible example

n/a

Versions

  • Vaadin / Flow version: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 High Priority (P1)
Development

Successfully merging a pull request may close this issue.

1 participant