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 D5B6C200D41 for ; Tue, 7 Nov 2017 11:12:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D482B160C05; Tue, 7 Nov 2017 10:12:43 +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 1109B160C06 for ; Tue, 7 Nov 2017 11:12:42 +0100 (CET) Received: (qmail 93869 invoked by uid 500); 7 Nov 2017 10:12:40 -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 93092 invoked by uid 99); 7 Nov 2017 10:12:40 -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:40 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 64A3587B9A; Tue, 7 Nov 2017 10:12:39 +0000 (UTC) Date: Tue, 07 Nov 2017 10:13:04 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-security] 05/30: Remove duplicate entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151004955804.12486.13623813259462711621@gitbox.apache.org> References: <151004955804.12486.13623813259462711621@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.0.10 X-Git-Reftype: annotated tag X-Git-Rev: 01f70f805e7d76a4bd92a42961af7e27a6b43a64 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107101239.64A3587B9A@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 10:12:44 -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.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git commit 01f70f805e7d76a4bd92a42961af7e27a6b43a64 Author: Carsten Ziegeler AuthorDate: Fri Sep 9 12:33:00 2011 +0000 Remove duplicate entry git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1167133 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 afe33ee..344e9d4 100644 --- a/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java +++ b/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java @@ -134,7 +134,7 @@ public class ReferrerFilter implements Filter { referrers.add("https://localhost" + ":0"); referrers.add("https://127.0.0.1" + ":0"); referrers.add("https://[::1]" + ":0"); - referrers.add("https://[::1]" + ":0"); + return referrers; } -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .