summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-10-05 19:58:28 +0300
committerVaadin Code Review <review@vaadin.com>2015-10-07 06:54:21 +0000
commit1ba6dec41c2f02afbed81a1369c35e7a940c6720 (patch)
treeec27937cdbcf05111754a4901b921df479a5479f /WebContent
parent6a0919f6680eabb8dae0878854f45c2c67932b39 (diff)
downloadvaadin-framework-1ba6dec41c2f02afbed81a1369c35e7a940c6720.tar.gz
vaadin-framework-1ba6dec41c2f02afbed81a1369c35e7a940c6720.zip
Move session store/load/remove logic to service from session (#9782, #18998)
The session storage logic when implemented in VaadinSession was and must be partly static. This makes it impossible to override the storage logic. To be able to support storage customizations for portals (storing using APPLICATION_SCOPE), the logic was moved to VaadinService. For portals, all storage operations now use APPLICATION_SCOPE. Previously only the store operation was done using APPLICATION_SCOPE, leading to some portals not being able to load the session at all (the default scope for reading attributes in portals is PORTLET_SCOPE). Change-Id: I3d112608d98c883a457e650c0a25bf10c81acc78
Diffstat (limited to 'WebContent')
0 files changed, 0 insertions, 0 deletions