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 2016/10/10 14:06:20 UTC

[jira] [Updated] (JCR-4041) spi2davex: bogus content type charset parameter for application/x-www-form-urlencoded

     [ https://issues.apache.org/jira/browse/JCR-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated JCR-4041:
--------------------------------
    Affects Version/s: 2.13.4

> 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
>    Affects Versions: 2.13.4
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 2.13.5
>
>
> 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)