[
https://issues.apache.org/jira/browse/CODEC-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved CODEC-200.
------------------------
Resolution: Fixed
Fix Version/s: 1.11
Good catch!
URL: http://svn.apache.org/r1683550
Log:
CODEC-200 - Base32.HEX_DECODE_TABLE contains the wrong value 32
Modified:
commons/proper/codec/trunk/src/changes/changes.xml
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base32.java
commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/Base32Test.java
> Base32.HEX_DECODE_TABLE contains the wrong value 32
> ---------------------------------------------------
>
> Key: CODEC-200
> URL: https://issues.apache.org/jira/browse/CODEC-200
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.10
> Reporter: Luciano Vernaschi
> Priority: Minor
> Fix For: 1.11
>
>
> At line 99:
> 25, 26, 27, 28, 29, 30, 31, 32,
> // 50-57 O-V
> the value 32 should not be included. That disallows to use 'W' as padding
> with hex table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)