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 2019/12/11 05:34:09 UTC

[shiro] branch master updated (27d0a3c -> f35c7d3)

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 27d0a3c  Merge pull request #186 from fpapon/SHIRO-668
     add db6b0ff  Adding Spring's Filters to ShiroFilterFactorBean when using Java config
     add 402f89d  no message
     new f35c7d3  Merge pull request #85 from bdemers/spring-boot-filters

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:
 support/spring/pom.xml                             |   5 ++
 .../AbstractShiroWebFilterConfiguration.java       |   7 ++
 .../config/ShiroWebFilterConfigurationTest.groovy  | 100 +++++++++++++++++++++
 3 files changed, 112 insertions(+)
 create mode 100644 support/spring/src/test/groovy/org/apache/shiro/spring/config/ShiroWebFilterConfigurationTest.groovy


[shiro] 01/01: Merge pull request #85 from bdemers/spring-boot-filters

Posted by fp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f35c7d34bcc445c58ee6373ec2156674176eb33d
Merge: 27d0a3c 402f89d
Author: François Papon <fp...@apache.org>
AuthorDate: Wed Dec 11 06:33:58 2019 +0100

    Merge pull request #85 from bdemers/spring-boot-filters
    
    [SHIRO-687] Adding Spring's Filters to ShiroFilterFactorBean when using Java config

 support/spring/pom.xml                             |   5 ++
 .../AbstractShiroWebFilterConfiguration.java       |   7 ++
 .../config/ShiroWebFilterConfigurationTest.groovy  | 100 +++++++++++++++++++++
 3 files changed, 112 insertions(+)