[
https://issues.jboss.org/browse/SECURITY-701?page=com.atlassian.jira.plug...
]
Stefan Guilhen moved AS7-5185 to SECURITY-701:
----------------------------------------------
Project: PicketBox (was: Application Server 7)
Key: SECURITY-701 (was: AS7-5185)
Workflow: jira (was: GIT Pull Request workflow )
Affects Version/s: PicketBox_4_0_12.Final
(was: 7.1.1.Final)
Component/s: JBossSX
(was: Security)
Security: Public
Wrong character table in Base64Utils
------------------------------------
Key: SECURITY-701
URL:
https://issues.jboss.org/browse/SECURITY-701
Project: PicketBox
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JBossSX
Affects Versions: PicketBox_4_0_12.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
For more information on JIRA, see:
http://www.atlassian.com/software/jira