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

Bugs in "Single Sign-on Using Kerberos in Java"

    XMLWordPrintable

Details

    • rc
    • generic
    • generic

    Description

      Two bugs in the doc of
      http://java.sun.com/j2se/1.4/docs/guide/security/jgss/single-signon.html

      1st bug
      ==================
      see the section of "Credential Acquisition"
      1st paragraph, 2nd sentence
       Allowing applets to acquire GSSCredential's freely,
      should be
       Allowing applets to acquire GSSCredential freely,

      2nd bug
      ==================
      in the section of "Credential Delegation"

      DelegationPermission(" \"###@###.###" \"krbtgt/###@###.###\" ");
      should be
      DelegationPermission(" \"###@###.###\" \"krbtgt/###@###.###\" ");
      ^ the bug is here, missing one back slash

      Attachments

        Activity

          People

            ahumlsunw Alison Huml (Inactive)
            skesunw Stuart Ke (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: