From: markt Date: Fri, 8 Aug 2008 17:55:24 +0000 (+0000) Subject: Fix doc typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=64800de81fca734c9fdb95b7c734f775d87bcfcc;p=tomcat7.0 Fix doc typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@684029 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/realm-howto.xml b/webapps/docs/realm-howto.xml index 9139ff9b7..c0850252f 100644 --- a/webapps/docs/realm-howto.xml +++ b/webapps/docs/realm-howto.xml @@ -1328,7 +1328,7 @@ JAAS Authentication Tutorial and Developer's Guide) to be managed by the JAAS Login Context (javax.security.auth.login.LoginContext) When developing your LoginModule, note that JAASRealm's built-in CallbackHandler -+only recognizes the NameCallback and PasswordCallback at present. +only recognizes the NameCallback and PasswordCallback at present.
  • Although not specified in JAAS, you should create seperate classes to distinguish between users and roles, extending javax.security.Principal,