You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2017/07/04 13:54:00 UTC

[jira] [Created] (JCR-4158) jackrabbit-server doesn't handle content-codings properly

Julian Reschke created JCR-4158:
-----------------------------------

             Summary: jackrabbit-server doesn't handle content-codings properly
                 Key: JCR-4158
                 URL: https://issues.apache.org/jira/browse/JCR-4158
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-jcr-server
    Affects Versions: 2.15.4
            Reporter: Julian Reschke
            Assignee: Julian Reschke


test with jackrabbit-standalone:

{noformat}
curl -v -u admin:admin -H "content-encoding: foo" -T filename http://localhost:8080/repository/default/
{noformat}

This should result in a 4xx status (optimally 415).

In general, all fields in content-coding must be processed, and any unknown field must cause a 4xx status.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)