git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@684029
13f79535-47bb-0310-9956-
ffa450edef68
Developer's Guide</a>) to be managed by the JAAS Login
Context (<code>javax.security.auth.login.LoginContext</code>)
When developing your LoginModule, note that JAASRealm's built-in <code>CallbackHandler</code>
-+only recognizes the <code>NameCallback</code> and <code>PasswordCallback</code> at present.
+only recognizes the <code>NameCallback</code> and <code>PasswordCallback</code> at present.
</li>
<li>Although not specified in JAAS, you should create
seperate classes to distinguish between users and roles, extending <code>javax.security.Principal</code>,