You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2017/10/24 01:17:00 UTC

[jira] [Commented] (CODEC-228) URLCodec.decode does not throw DecoderException with invalid UTF-8

    [ https://issues.apache.org/jira/browse/CODEC-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216165#comment-16216165 ] 

Andrew Gaul commented on CODEC-228:
-----------------------------------

[~garydgregory] Could {{URLCodec}} grow a strict parameter, defaulting to false?

> URLCodec.decode does not throw DecoderException with invalid UTF-8
> ------------------------------------------------------------------
>
>                 Key: CODEC-228
>                 URL: https://issues.apache.org/jira/browse/CODEC-228
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.10
>            Reporter: Andrew Gaul
>
> I expect the following to throw {{DecoderException}}:
> {code:java}
> new URLCodec().decode("%AE%8A-", "UTF-8");
> {code}



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