Fix doc typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 8 Aug 2008 17:55:24 +0000 (17:55 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 8 Aug 2008 17:55:24 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@684029 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/realm-howto.xml

index 9139ff9..c085025 100644 (file)
@@ -1328,7 +1328,7 @@ JAAS Authentication Tutorial</a> and
 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>,