Julian Reschke created JCR-4041:
-----------------------------------
Summary: spi2davex: bogus content type charset parameter for
application/x-www-form-urlencoded
Key: JCR-4041
URL: https://issues.apache.org/jira/browse/JCR-4041
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-spi2dav
Reporter: Julian Reschke
Assignee: Julian Reschke
Priority: Minor
For PostMethod, this currently uses
{noformat}
application/x-www-form-urlencoded; charset=utf-8
{noformat}
That's misleading, as this media type always use plain US-ASCII content
(encoding happens on a higher layer), and thus specifying a charset is
meaningless.
See <https://www.w3.org/TR/html5/iana.html#application/x-www-form-urlencoded>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)