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:22 UTC

[isis] branch master updated (0f9aa28 -> 936b0da)

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

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


    from 0f9aa28  Merge pull request #670 from apache/ISIS-2801
     add 137e246  ISIS-2793: fixes impersonation
     new 936b0da  Merge pull request #671 from apache/ISIS-2793-v2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 delete mode 100644 core/interaction/src/main/java/org/apache/isis/core/interaction/integration/IsisRequestCycle.java

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

Posted by da...@apache.org.
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(-)