remm 02/02/19 09:47:05 Modified: . Tag: tomcat_40_branch RELEASE-NOTES-4.0.3-B1.txt Log: - Update release notes. Revision Changes Path No revision No revision 1.1.2.7 +2 -5 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt Index: RELEASE-NOTES-4.0.3-B1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- RELEASE-NOTES-4.0.3-B1.txt 18 Feb 2002 05:23:50 -0000 1.1.2.6 +++ RELEASE-NOTES-4.0.3-B1.txt 19 Feb 2002 17:47:05 -0000 1.1.2.7 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.6 2002/02/18 05:23:50 remm Exp $ +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.7 2002/02/19 17:47:05 remm Exp $ ============ @@ -42,6 +42,7 @@ Catalina New Features: --------------------- +Authenticator: Make authenticator non-final so that they can be subclassed. ------------------- @@ -212,10 +213,6 @@ to parse web.xml files and the server.xml configuration file. If you wish, you may replace the "xerces.jar" file in "common/lib" with another XML parser, as long as it is compatible with the JAXP/1.1 APIs. - -If you wish to *not* make any XML parser visible to all web applications, -this can be accomplished by copying the "xerces.jar" file from "common/lib" -to both "server/lib" and "jasper", and removing it from "common/lib". ---------------------------------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>