Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6C38E200D41 for ; Tue, 7 Nov 2017 11:12:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6AE9E1609C8; Tue, 7 Nov 2017 10:12:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1D587160C0B for ; Tue, 7 Nov 2017 11:12:50 +0100 (CET) Received: (qmail 6610 invoked by uid 500); 7 Nov 2017 10:12:50 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 6548 invoked by uid 99); 7 Nov 2017 10:12:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 10:12:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E65E987B9F; Tue, 7 Nov 2017 10:12:48 +0000 (UTC) Date: Tue, 07 Nov 2017 10:14:38 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-security] 07/10: SLING-6937 - Referrer Filter: Allow Regex User Agent Exclusions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151004955811.12486.12999245830940935800@gitbox.apache.org> References: <151004955811.12486.12999245830940935800@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-security X-Git-Refname: refs/tags/org.apache.sling.security-1.1.4 X-Git-Reftype: annotated tag X-Git-Rev: ef32c695ddb97e293c6e6d29db59052b87f8a2aa X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107101248.E65E987B9F@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 10:12:52 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.security-1.1.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git commit ef32c695ddb97e293c6e6d29db59052b87f8a2aa Author: Antonio Sanso AuthorDate: Tue Jun 13 12:20:36 2017 +0000 SLING-6937 - Referrer Filter: Allow Regex User Agent Exclusions * Applied patch from Dominique Jaeggi! Thanks git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1798585 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/security/impl/ReferrerFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java b/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java index bda2225..0cf6658 100644 --- a/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java +++ b/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java @@ -207,7 +207,7 @@ public class ReferrerFilter implements Filter { } /** - * Create Patterns out of the regexp referrer list + * Create Patterns out of the regular expression referrer list */ private Pattern[] createRegexPatterns(final String[] regexps) { final List patterns = new ArrayList(); -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .