Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6293762

Java SPNEGO implementation should only use mech impls from the same provider

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 6
    • security-libs
    • None

      Java SPNEGO impl currently uses the most preferred Kerberos impl.
      Thus, if the native provider "SunNativeGSS" has higher preference than
      "SunJGSS" provider, then Java SPNEGO impl (which is in "SunJGSS" provider)
      would fail.

      This can be verified by running the attached test program on pre-Solaris10
      machine. Note: you'll need to make sure the following when running the test:
      1. define the system properties needed by Java Kerberos impl.
      2. override the acceptor name and type based on your setting.
      ###@###.### 2005-07-01 23:34:46 GMT

            valeriep Valerie Peng
            valeriep Valerie Peng
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: