This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
from 3d08fe197 chore(maven-4): maven.properties -> maven-user.properties
add 3af59b5f5 allow cors preflight requests to bypass authentication (#953)
new 8cbc6645d Merge pull request #2372 from
celikfatih/feature-preflight-support
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:
.../web/filter/authc/HttpAuthenticationFilter.java | 33 +++++++---
.../java/org/apache/shiro/web/util/CorsUtils.java | 69 +++++++++++++++++++++
.../BearerHttpFilterAuthenticationTest.groovy | 41 ++++++++++++-
.../authc/BasicHttpFilterAuthenticationTest.java | 34 +++++++++++
.../org/apache/shiro/web/util/CorsUtilsTest.java | 71 ++++++++++++++++++++++
5 files changed, 240 insertions(+), 8 deletions(-)
create mode 100644 web/src/main/java/org/apache/shiro/web/util/CorsUtils.java
create mode 100644
web/src/test/java/org/apache/shiro/web/util/CorsUtilsTest.java