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

Sebb resolved CODEC-172.
------------------------

       Resolution: Fixed
    Fix Version/s: 1.9
         Assignee:     (was: Sebb)

The same problem affected the HEX table.
Also there were several references to Table 3 in RFC 2045; that is actually in 
RFC 4648

URL: http://svn.apache.org/r1488493
Log:
CODEC-170 Base32 decode table has spurious value

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml
    
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base32.java
                
> Base32 decode table has spurious value
> --------------------------------------
>
>                 Key: CODEC-172
>                 URL: https://issues.apache.org/jira/browse/CODEC-172
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.8
>         Environment: Any
>            Reporter: Matt Bishop
>            Priority: Trivial
>             Fix For: 1.9
>
>
> The Base32.DECODE_TABLE array contains the value 63 at pos 41:
> ...
> -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 63, // 20-2f
> ...
> I think this is a mistake because this value is not found in RFC-4648? It 
> looks like a copy-paste error from Base64.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to