This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch SLING-11871
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git
from 7e0c9d7 SLING-11871 - Adding support for bypassing the ReferrerFilter
for requests with an Origin header
add d915c36 SLING-11054 : Sling Referrer Filter throws
ArrayIndexOutOfBoundsException when ?:// referrer is entered on servlet
add 070642f Update to parent 46
add 8de1430 [maven-release-plugin] prepare release
org.apache.sling.security-1.1.22
add 1079653 [maven-release-plugin] prepare for next development iteration
add e6d7133 Code cleanup - remove unnecessary path
add 2e2f735 SLING-11121 : Avoid registering service in activate method
add aab3b23 SLING-11117 : Inconsistent formatting and minor improvements
(#5)
add 1ad3968 SLING-11115 : Allow path exemptions for referrer filter (#6)
add 2c09728 [maven-release-plugin] prepare release
org.apache.sling.security-1.1.24
add a5bf9c3 [maven-release-plugin] prepare for next development iteration
add 8641525 SLING-11709 - Set up Jira autolinks to all Sling Github
projects
new b3a4fb8 Merging latest from master
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:
.asf.yaml | 11 +
.vscode/settings.json | 3 +
bnd.bnd | 1 +
pom.xml | 9 +-
.../security/impl/ContentDispositionFilter.java | 76 ++++---
.../apache/sling/security/impl/ReferrerFilter.java | 241 +++++++++++----------
.../impl/ContentDispositionFilterTest.java | 30 +--
.../sling/security/impl/ReferrerFilterTest.java | 127 +++++++----
8 files changed, 283 insertions(+), 215 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 .vscode/settings.json