Author: markt
Date: Fri Aug  8 10:55:24 2008
New Revision: 684029

URL: http://svn.apache.org/viewvc?rev=684029&view=rev
Log:
Fix doc typo

Modified:
    tomcat/container/tc5.5.x/webapps/docs/realm-howto.xml
    tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml
    tomcat/trunk/webapps/docs/realm-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/realm-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/realm-howto.xml?rev=684029&r1=684028&r2=684029&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/realm-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/realm-howto.xml Fri Aug  8 10:55:24 
2008
@@ -1044,7 +1044,7 @@
 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>,

Modified: tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml?rev=684029&r1=684028&r2=684029&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml Fri Aug  8 10:55:24 2008
@@ -1328,7 +1328,7 @@
 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>,

Modified: tomcat/trunk/webapps/docs/realm-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=684029&r1=684028&r2=684029&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/realm-howto.xml (original)
+++ tomcat/trunk/webapps/docs/realm-howto.xml Fri Aug  8 10:55:24 2008
@@ -1328,7 +1328,7 @@
 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>,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to