[
https://issues.jboss.org/browse/AS7-5185?page=com.atlassian.jira.plugin.s...
]
Anil Saldhana reassigned AS7-5185:
----------------------------------
Assignee: Stefan Guilhen (was: Anil Saldhana)
Need to get the latest version of the Base64 class.
Wrong character table in Base64Utils
------------------------------------
Key: AS7-5185
URL:
https://issues.jboss.org/browse/AS7-5185
Project: Application Server 7
Issue Type: Bug
Components: Security
Affects Versions: 7.1.1.Final
Reporter: wiktorowski maximilien
Assignee: Stefan Guilhen
In picketbox-4.0.7.Final.jar org.jboss.security.Base64Utils has a wrong character table
private static final char[] base64Table =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz./".toCharArray();
It should be
private static final char[] base64Table =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/".toCharArray();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira