• 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"

            Hi Paul,

            The fix was discovered too close to one of our previous release dates to bundle it, so we left it out and sent it to those who had problems. This has been included in 1.1 though.

            Cheers,
            Dave

            dave (Inactive) added a comment - Hi Paul, The fix was discovered too close to one of our previous release dates to bundle it, so we left it out and sent it to those who had problems. This has been included in 1.1 though. Cheers, Dave

            I thought this was fixed earlier? Has this bug reappeared?

            Paul Rene Jørgensen added a comment - I thought this was fixed earlier? Has this bug reappeared?

              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: