You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/26 11:41:39 UTC

[isis] branch ISIS-2534-spring_sec updated (1414246 -> 331cfd5)

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

ahuber pushed a change to branch ISIS-2534-spring_sec
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 1414246  ISIS-2534: adds configuration option to enable CSRF protection
     add 331cfd5  ISIS-2534: Wicket: adds experimental code to enable CSRF tokens for AJAX requests

No new revisions were added by this update.

Summary of changes:
 .../apache/isis/core/config/IsisConfiguration.java |   4 +-
 .../security/authentication/logout/LogoutMenu.java |   4 +-
 .../security/spring/IsisModuleSecuritySpring.java  |   2 +-
 .../viewer/wicketapp/IsisWicketApplication.java    |   7 +-
 .../IsisWicketApplication_Experimental.java        | 107 -------------
 .../IsisWicketApplication_experimental.java        | 171 +++++++++++++++++++++
 6 files changed, 181 insertions(+), 114 deletions(-)
 delete mode 100644 viewers/wicket/viewer/src/main/java/org/apache/isis/viewer/wicket/viewer/wicketapp/IsisWicketApplication_Experimental.java
 create mode 100644 viewers/wicket/viewer/src/main/java/org/apache/isis/viewer/wicket/viewer/wicketapp/IsisWicketApplication_experimental.java