You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/07/26 20:50:27 UTC

[shiro] branch main updated (5e4aeccf -> cd88a85b)

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

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


    from 5e4aeccf Merge pull request #371 from apache/BUILD]-maven-ci-1.9.x-and-1.10.x
     add f42ae2c7 Add support for case-insensitive matching to RegExPatternMatcher
     new cd88a85b Merge pull request #370 from apache/backport-regex-pattern-matcher

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:
 .../org/apache/shiro/util/RegExPatternMatcher.java | 26 +++++++++++-
 .../apache/shiro/util/RegExPatternMatcherTest.java | 46 ++++++++++++++++++----
 2 files changed, 62 insertions(+), 10 deletions(-)


[shiro] 01/01: Merge pull request #370 from apache/backport-regex-pattern-matcher

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

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

commit cd88a85bf1e20f03651983f872044e75b5f6d0e2
Merge: 5e4aeccf f42ae2c7
Author: Brian Demers <bd...@apache.org>
AuthorDate: Tue Jul 26 16:50:20 2022 -0400

    Merge pull request #370 from apache/backport-regex-pattern-matcher
    
    Add support for case-insensitive matching to RegExPatternMatcher

 .../org/apache/shiro/util/RegExPatternMatcher.java | 26 +++++++++++-
 .../apache/shiro/util/RegExPatternMatcherTest.java | 46 ++++++++++++++++++----
 2 files changed, 62 insertions(+), 10 deletions(-)