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 a456ca7fc34dd680cdee523c0b873e3a9c532020 Author: Antonio Sanso <[email protected]> AuthorDate: Mon Feb 16 15:44:17 2015 +0000 SLING-4019 - ReferrerFilter should have DEFAULT_ALLOW_EMPTY set to false git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1660146 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 e3dfa5d..f3c4951 100644 --- a/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java +++ b/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java @@ -89,7 +89,7 @@ public class ReferrerFilter implements Filter { private final Logger logger = LoggerFactory.getLogger(this.getClass()); /** Default value for allow empty. */ - private static final boolean DEFAULT_ALLOW_EMPTY = true; + private static final boolean DEFAULT_ALLOW_EMPTY = false; /** Allow empty property. */ @Property(boolValue=DEFAULT_ALLOW_EMPTY) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
