[
https://issues.apache.org/jira/browse/ISIS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood updated ISIS-1339:
--------------------------------------
Fix Version/s: (was: 2.4.0)
2.0.0-M3
I think this is more-or-less addressed.
> Simplify/unify session and xactn management for Wicket viewer and RO viewer
> ---------------------------------------------------------------------------
>
> Key: ISIS-1339
> URL: https://issues.apache.org/jira/browse/ISIS-1339
> Project: Isis
> Issue Type: Improvement
> Components: Isis Core, Isis Viewer RO, Isis Viewer Wicket
> Affects Versions: 1.11.1
> Reporter: Daniel Keir Haywood
> Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Move the responsibility for session management / xactn mgmt out into a
> filter, and remove corresponding functionality within Wicket viewer's
> RequestCycle.
> ~~~
> in a little more detail:
> move bootstrapping out of IsisWicketApplication and into
> IsisWebAppBootstrapper
> - by filters (pick up from ServletRequest)
> - replace by binding IsisSessionFactory
> - final IsisSystem system = (IsisSystem)
> servletContext.getAttribute(WebAppConstants.ISIS_SYSTEM_KEY);
> - from RO viewer (pick up from ServletRequest)
> - from at least some of the Wicket viewer (top-level application stuff,
> WebRequestCycle etc,... pick up from ServletRequest)
> ~~~
> also:
> remove
> WebAppConstants.HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY and
> LogonFixture, since not currently supported and no-one has missed it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)