-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
rc
-
generic
-
generic
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
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