• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 1.1
    • 1.0.3
    • None

      When running Confluence with other JDK's than SUN's the license decoder barfs when it tried to load SUN's implementation of the KeyFactory.

      The offending code is located in the "atlassian-confluence-extras-1.jar" file and the class is "com\atlassian\confluence\license\decoder\ConfluenceLicenseDecoder.class". You must change the following line:

      "KeyFactory keyFactory = KeyFactory.getInstance("DSA","SUN");"

      .. into ...

      "KeyFactory keyFactory = KeyFactory.getInstance("DSA");"

      to let Confluence run on other JDK's. e.g IBM's JDK implementation that does not include SUN KeyFactory implementation but includes their own.

            [CONFSERVER-1199] KeyFactory provider still hardcoded to "SUN"

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2902180 ] New: CONFSERVER Bug Workflow v4 [ 2996765 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2799395 ] New: JAC Bug Workflow v3 [ 2902180 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2729905 ] New: JAC Bug Workflow v2 [ 2799395 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2395147 ] New: JAC Bug Workflow [ 2729905 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2290953 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2395147 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2228851 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2290953 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2185304 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2228851 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1915973 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2185304 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v3 [ 1721714 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 1915973 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Bug Subtask WF (TEMP) [ 1693220 ] New: Confluence Workflow - Public Facing - Restricted v3 [ 1721714 ]

              dave@atlassian.com dave (Inactive)
              8d3c164c04d6 Paul Rene Jørgensen
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: