You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/07/17 16:36:23 UTC

[isis] 01/01: Merge pull request #671 from apache/ISIS-2793-v2

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 936b0da396b35f6162d68c513f048bad9c0982a2
Merge: 0f9aa28 137e246
Author: Dan Haywood <da...@apache.org>
AuthorDate: Sat Jul 17 17:35:23 2021 +0100

    Merge pull request #671 from apache/ISIS-2793-v2
    
    ISIS-2793: fixes impersonation (?)

 .../isis/applib/services/user/ImpersonateMenu.java |  2 +-
 .../applib/id/LogicalTypeTest_valueSemantics.java  |  6 +-
 .../interaction/integration/IsisRequestCycle.java  | 73 --------------------
 .../authentication/logout/LogoutHandler.java       | 10 +--
 .../manager/AuthenticationManager.java             |  5 +-
 .../spring/webmodule/SpringSecurityFilter.java     |  7 +-
 .../spring/webmodule/WebModuleSpringSecurity.java  |  2 +-
 .../wicket/ui/app/logout/LogoutHandlerWkt.java     | 13 ++--
 .../AuthenticatedWebSessionForIsis.java            |  8 ++-
 .../viewer/integration/WebRequestCycleForIsis.java | 79 ++++++++--------------
 10 files changed, 54 insertions(+), 151 deletions(-)