]
Jason Greene updated WFLY-5550:
-------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
Formalize web session clustering modules into a proper subsystem
----------------------------------------------------------------
Key: WFLY-5550
URL:
https://issues.jboss.org/browse/WFLY-5550
Project: WildFly
Issue Type: Enhancement
Components: Clustering
Affects Versions: 10.0.0.CR3
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 12.0.0.Final
Currently, the coupling between the undertow subsystem and the modules required for
distributed web session manager and single sign-on manager support is very loose.
Consequently, misconfiguration (e.g. a missing "web" cache-container) can
prevent deployment from succeeding without an adequate explanation.
The subsystem would define the requisite cache-container, exposed as a capability.
This subsystem would exposes a number of profiles, containing the configuration
traditionally specified in jboss-web.xml, as well as the cache configuration to use
(specified by cache-container + cache name). jboss-web.xml would only need to reference a
profile by name, or, if unspecified, use the default profile.