Author: rjung Date: Wed Aug 20 09:59:25 2014 New Revision: 1619061 URL: http://svn.apache.org/r1619061 Log: Add API changes from r1619056 to migration guide.
Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1619061&r1=1619060&r2=1619061&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-8.html (original) +++ tomcat/site/trunk/docs/migration-8.html Wed Aug 20 09:59:25 2014 @@ -470,6 +470,10 @@ of Apache Tomcat.</p> <li>A new Resources implementation that merges Aliases, VirtualLoader, VirtualDirContext, JAR resources and external repositories into a single framework rather than a separate one for each feature.</li> + +<li>A new interface SessionIdGenerator has been added making session + id generation extensible. Methods to get and set the id generator + class name have been added to the Manager interface.</li> </ul> Modified: tomcat/site/trunk/xdocs/migration-8.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1619061&r1=1619060&r2=1619061&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-8.xml (original) +++ tomcat/site/trunk/xdocs/migration-8.xml Wed Aug 20 09:59:25 2014 @@ -158,6 +158,9 @@ of Apache Tomcat.</p> <li>A new Resources implementation that merges Aliases, VirtualLoader, VirtualDirContext, JAR resources and external repositories into a single framework rather than a separate one for each feature.</li> + <li>A new interface SessionIdGenerator has been added making session + id generation extensible. Methods to get and set the id generator + class name have been added to the Manager interface.</li> </ul> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org