From 64800de81fca734c9fdb95b7c734f775d87bcfcc Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 8 Aug 2008 17:55:24 +0000 Subject: [PATCH] Fix doc typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@684029 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/realm-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0