You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ilyas Türkben (Jira)" <ji...@apache.org> on 2019/11/11 12:32:00 UTC

[jira] [Created] (SLING-8838) Add HEAD support to ContentDispositionFilter

Ilyas Türkben created SLING-8838:
------------------------------------

             Summary: Add HEAD support to ContentDispositionFilter
                 Key: SLING-8838
                 URL: https://issues.apache.org/jira/browse/SLING-8838
             Project: Sling
          Issue Type: New Feature
          Components: Extensions
    Affects Versions: Security 1.1.10
            Reporter: Ilyas Türkben


As per \(*) {{ContentDispositionFilter}} doesn't seem to support HEAD requests.
It is handy to use curl with {{curl -I http://localhost/path}} in order to retrieve only the response headers rather than the whole content, especially with blobs.

* https://github.com/apache/sling-org-apache-sling-security/blob/master/src/main/java/org/apache/sling/security/impl/ContentDispositionFilter.java#L205



--
This message was sent by Atlassian Jira
(v8.3.4#803005)