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/04/08 15:49:06 UTC

[shiro] 01/01: Merge pull request #211 from apache/SHIRO-753

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 01887f645f92d276bbaf7dc644ad28ed4e82ef02
Merge: 4cf242d b90f918
Author: François Papon <fp...@apache.org>
AuthorDate: Wed Apr 8 17:48:52 2020 +0200

    Merge pull request #211 from apache/SHIRO-753
    
    [SHIRO-753] The context path is no longer used when determining the path application path

 .../apache/shiro/guice/web/FilterConfigTest.java   |   3 +-
 .../apache/shiro/guice/web/ShiroWebModuleTest.java |  12 +--
 .../guice/web/SimpleFilterChainResolverTest.java   |   8 +-
 .../java/org/apache/shiro/web/util/WebUtils.java   |  31 ++++---
 .../org/apache/shiro/web/util/WebUtilsTest.groovy  | 100 +++++++++++++--------
 .../mgt/PathMatchingFilterChainResolverTest.java   |  17 ----
 6 files changed, 91 insertions(+), 80 deletions(-)