You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/08/21 11:34:56 UTC

[shiro] branch master updated (b0091df -> 4aa4e3e)

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

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


    from b0091df  disable japicmp plugin in `ci` profile
     new 99a097c  SslFilter with HTTP Strict Transport Security (HSTS)
     new 4743436  Added SslFilterTest Naming of variables
     new de6200f  Test cases with EasyMock
     new 4aa4e3e  Merge pull request #55 from raupachz/hsts

The 2071 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:
 .../apache/shiro/web/filter/authz/SslFilter.java   | 101 +++++++++++++++++++-
 .../shiro/web/filter/authz/SslFilterTest.java      | 102 +++++++++++++++++++++
 2 files changed, 201 insertions(+), 2 deletions(-)
 create mode 100644 web/src/test/java/org/apache/shiro/web/filter/authz/SslFilterTest.java