-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.13.4
-
Component/s: jackrabbit-spi2dav
-
Labels:None
For PostMethod, this currently uses
application/x-www-form-urlencoded; charset=utf-8
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>