Uploaded image for project: 'PicketBox '
  1. PicketBox
  2. SECURITY-701

Wrong character table in Base64Utils

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • PicketBox_4_0_12.Final
    • JBossSX
    • None

    Description

      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();

      Attachments

        Activity

          People

            Unassigned Unassigned
            maximilien_jira wiktorowski maximilien (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: