yoavs 2004/11/24 10:43:17 Modified: webapps/docs changelog.xml webapps/docs/appdev introduction.xml Log: Bugzilla 32371 Revision Changes Path 1.183 +6 -3 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.182 retrieving revision 1.183 diff -u -r1.182 -r1.183 --- changelog.xml 24 Nov 2004 18:23:58 -0000 1.182 +++ changelog.xml 24 Nov 2004 18:43:17 -0000 1.183 @@ -47,9 +47,9 @@ <update> <bug>32282</bug>: Modify Windows Uninstaller to only remove webapps/ROOT and webapps if user asks to remove everything. (yoavs) </update> - <update> - Add DIGEST authentication support to the JDBC and DataSource realms. Supports both digested and cleartext passwords. (markt) - </update> + <fix> + <bug>32371</bug>: outdated introduction.xml page. (yoavs) + </fix> </changelog> </subsection> @@ -73,6 +73,9 @@ <fix> Move processExpiresFrequency check to ManagerBase and reflect change to all subclasses (StandardManager, PersientManagerBase, DeltaManager). (pero) </fix> + <update> + Add DIGEST authentication support to the JDBC and DataSource realms. Supports both digested and cleartext passwords. (markt) + </update> </changelog> </subsection> 1.3 +2 -2 jakarta-tomcat-catalina/webapps/docs/appdev/introduction.xml Index: introduction.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/introduction.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- introduction.xml 15 Jan 2003 03:40:43 -0000 1.2 +++ introduction.xml 24 Nov 2004 18:43:17 -0000 1.3 @@ -47,7 +47,7 @@ web applications with Tomcat.</p> <ul> <li><a href="http://java.sun.com/products/jsp/download.html">http://java.sun.com/products/jsp/download.html</a> - - <i>JavaServer Pages (JSP) Specfication, Version 1.2</i>. Describes + <i>JavaServer Pages (JSP) Specfication, Version 2.0</i>. Describes the programming environment provided by standard implementations of the JavaServer Pages (JSP) technology. In conjunction with the Servlet API Specification (see below), this document describes @@ -57,7 +57,7 @@ API Documentation is included in the specification, and with the Tomcat download.<br/><br/></li> <li><a href="http://java.sun.com/products/servlet/download.html">http://java.sun.com/products/servlet/download.html</a> - - <i>Servlet API Specification, Version 2.3</i>. Describes the + <i>Servlet API Specification, Version 2.4</i>. Describes the programming environment that must be provided by all servlet containers conforming to this specification. In particular, you will need this document to understand the web application
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]