You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2019/01/06 12:50:00 UTC

[jira] [Updated] (ISIS-1339) Simplify/unify session and xactn management for Wicket viewer and RO viewer

     [ https://issues.apache.org/jira/browse/ISIS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-1339:
------------------------------
    Fix Version/s:     (was: 2.5.0)
                   2.0.0

> 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: Core, Core: Viewer: RestfulObjects, Core: Viewer: Wicket
>    Affects Versions: 1.11.1
>            Reporter: Dan Haywood
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> 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
(v7.6.3#76005)