[
https://issues.apache.org/jira/browse/CODEC-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb closed CODEC-288.
----------------------
Resolution: Cannot Reproduce
> during Base64 decode for 24 byte length string ,the function returns byte
> array which is less than 18 bytes
> -----------------------------------------------------------------------------------------------------------
>
> Key: CODEC-288
> URL: https://issues.apache.org/jira/browse/CODEC-288
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.5
> Environment: effected all the stacks
> Reporter: sagarika
> Priority: Major
>
> string of byte length 24 AQAAAAFxB7VyAgAAAAEPEMdg
> returned byte array length :6 ideally it should be of length 18.
>
> public byte[] decode(String pArray) {
> return this.decode(StringUtils.getBytesUtf8(pArray));
> }
--
This message was sent by Atlassian Jira
(v8.20.10#820010)