Matt Bishop created CODEC-172:
---------------------------------

             Summary: 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


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