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.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git

commit e3e99980c7bf8c5d940a91fc810257dabdf2f399
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Aug 12 11:27:43 2016 +0000

    SLING-5942 : Apply filter to all contexts
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1756157
 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 063c2ac..e8ca762 100644
--- a/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java
+++ b/src/main/java/org/apache/sling/security/impl/ReferrerFilter.java
@@ -65,7 +65,7 @@ import org.slf4j.LoggerFactory;
 @Properties({
     @Property(name=HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_PATTERN, 
value="/", propertyPrivate=true),
     @Property(name=HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SELECT,
-              value="(" + HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME 
+ "=org.apache.sling)", propertyPrivate=true)
+              value="(" + HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME 
+ "=*)", propertyPrivate=true)
 })
 @Service(value=Filter.class)
 public class ReferrerFilter implements Filter {

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to