You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/10/03 13:09:14 UTC

svn commit: r1763165 - in /tomcat/site/trunk: docs/migration-85.html xdocs/migration-85.xml

Author: markt
Date: Mon Oct  3 13:09:14 2016
New Revision: 1763165

URL: http://svn.apache.org/viewvc?rev=1763165&view=rev
Log:
Add an entry on AuthenticatorBase changes

Modified:
    tomcat/site/trunk/docs/migration-85.html
    tomcat/site/trunk/xdocs/migration-85.xml

Modified: tomcat/site/trunk/docs/migration-85.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1763165&r1=1763164&r2=1763165&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Mon Oct  3 13:09:14 2016
@@ -411,6 +411,10 @@ of Apache Tomcat.</p>
 <li>The deprecated <code>digest</code> attribute has been removed from the
           <code>Realm</code>. This must now be configured via a
           <code>CredentialHandler</code>.</li>
+      
+<li>The <code>AuthenticatorBase</code> implementation has been changed to
+          call <code>doAuthenticate()</code> rather than
+          <code>authenticate()</code> on sub-classes.</li>
     
 </ul>
 

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1763165&r1=1763164&r2=1763165&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Mon Oct  3 13:09:14 2016
@@ -107,6 +107,9 @@ of Apache Tomcat.</p>
       <li>The deprecated <code>digest</code> attribute has been removed from the
           <code>Realm</code>. This must now be configured via a
           <code>CredentialHandler</code>.</li>
+      <li>The <code>AuthenticatorBase</code> implementation has been changed to
+          call <code>doAuthenticate()</code> rather than
+          <code>authenticate()</code> on sub-classes.</li>
     </ul>
 
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org