Author: markt Date: Tue Aug 16 05:02:13 2016 New Revision: 1756472 URL: http://svn.apache.org/viewvc?rev=1756472&view=rev Log: Add CredentialHandler info to migration docs
Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-8.xml tomcat/site/trunk/xdocs/migration-85.xml Modified: tomcat/site/trunk/docs/migration-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1756472&r1=1756471&r2=1756472&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-8.html (original) +++ tomcat/site/trunk/docs/migration-8.html Tue Aug 16 05:02:13 2016 @@ -240,6 +240,9 @@ <a href="#URIEncoding">Default URL encoding</a> </li> <li> +<a href="#Realms">Realms</a> +</li> +<li> <a href="#Web_application_resources">Web application resources</a> </li> <li> @@ -435,6 +438,22 @@ of Apache Tomcat.</p> </div> +</div> + + +<div class="subsection"> +<h4 id="Realms">Realms</h4> +<div class="text"> + + +<p>The handling of digested passwords has been moved to the new + <a href="tomcat-8.0-doc/config/credentialhandler.html">CredentialHandler</a> + component. The associated <code>Realm</code> attributes will still work in + 8.0.x but they have been deprecated and have been removed for Tomcat 8.5.x + onwards.</p> + + +</div> </div> Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1756472&r1=1756471&r2=1756472&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Tue Aug 16 05:02:13 2016 @@ -409,7 +409,8 @@ of Apache Tomcat.</p> implementations.</li> <li>The deprecated <code>digest</code> attribute has been removed from the - <code>Realm</code>.</li> + <code>Realm</code>. This must now be configured via a + <code>CredentialHandler</code>.</li> </ul> Modified: tomcat/site/trunk/xdocs/migration-8.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1756472&r1=1756471&r2=1756472&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-8.xml (original) +++ tomcat/site/trunk/xdocs/migration-8.xml Tue Aug 16 05:02:13 2016 @@ -116,6 +116,16 @@ of Apache Tomcat.</p> </subsection> + <subsection name="Realms"> + + <p>The handling of digested passwords has been moved to the new + <a href="tomcat-8.0-doc/config/credentialhandler.html">CredentialHandler</a> + component. The associated <code>Realm</code> attributes will still work in + 8.0.x but they have been deprecated and have been removed for Tomcat 8.5.x + onwards.</p> + + </subsection> + <subsection name="Web application resources"> <p>The Aliases, VirtualLoader, VirtualDirContext, JAR resources and external Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1756472&r1=1756471&r2=1756472&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-85.xml (original) +++ tomcat/site/trunk/xdocs/migration-85.xml Tue Aug 16 05:02:13 2016 @@ -105,7 +105,8 @@ of Apache Tomcat.</p> reduce duplicate code and to align behaviour across implementations.</li> <li>The deprecated <code>digest</code> attribute has been removed from the - <code>Realm</code>.</li> + <code>Realm</code>. This must now be configured via a + <code>CredentialHandler</code>.</li> </ul> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org