remm 2003/08/30 14:03:51 Modified: . RELEASE-NOTES Log: - Update release notes. Revision Changes Path 1.6 +9 -27 jakarta-tomcat-5/RELEASE-NOTES Index: RELEASE-NOTES =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/RELEASE-NOTES,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- RELEASE-NOTES 25 Aug 2003 18:43:44 -0000 1.5 +++ RELEASE-NOTES 30 Aug 2003 21:03:50 -0000 1.6 @@ -21,9 +21,7 @@ * Security manager URLs * Symlinking static resources * Enabling invoker servlet -* Container provided authentication -* Administration web application -* Deployment descriptors validation +* Privileged web applications and log4j * When all else fails @@ -205,31 +203,15 @@ is unsupported. ---------------------------------- -Container provided authentication: ---------------------------------- - -Support for the Servlet API PFD 3 specification may not be complete yet for -security constraint matching. This will be resolved in a future Tomcat beta -release. - - ------------------------------- -Administration web application: ------------------------------- - -Due to changes in the configuration file format, the administration web -application does not support editing hosts or connectors. This will be -resolved in a future Tomcat beta release. - +------------------------------------- +Privileged web applications and log4j: +------------------------------------- ---------------------------------- -Deployment descriptors validation: ---------------------------------- +Apache log4j, or other logging systems, cannot be used inside privileged web +applications, due to classloading problems caused by commons-logging. -Validation of Servlet 2.4 and JSP 2.0 deployment descriptors (using XML -schema for validation) does not properly work at this time. The cause of this -problem is investigated. +Note that privileged contexts are only useful to write web application which +extend the container functionality. -------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]