You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:14:01 UTC

[sling-org-apache-sling-security] 03/06: SLING-5273 - Content-Disposition attachment filter: improve the description of the properties

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

commit bc3799f877bd66485f8d407b32a18400fb7649b9
Author: Antonio Sanso <as...@apache.org>
AuthorDate: Mon Nov 16 13:59:07 2015 +0000

    SLING-5273 - Content-Disposition attachment filter: improve the description of the properties
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1714588 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/security/impl/ContentDispositionFilter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/security/impl/ContentDispositionFilter.java b/src/main/java/org/apache/sling/security/impl/ContentDispositionFilter.java
index bc3d64b..c27bb89 100644
--- a/src/main/java/org/apache/sling/security/impl/ContentDispositionFilter.java
+++ b/src/main/java/org/apache/sling/security/impl/ContentDispositionFilter.java
@@ -79,7 +79,7 @@ public class ContentDispositionFilter implements Filter {
     @Property(boolValue = DEFAULT_ENABLE_CONTENT_DISPOSTION_ALL_PATHS ,
               label = "Enable Content Disposition for all paths",
               description ="This flag controls whether to enable" +
-                      " Content Disposition for all paths.")
+                      " Content Disposition for all paths, except for the excluded paths defined by sling.content.disposition.excluded.paths")
     private static final String PROP_ENABLE_CONTENT_DISPOSTION_ALL_PATHS = "sling.content.disposition.all.paths";
    
     /**

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.