billbarker 2002/11/14 21:49:28
Modified: . RELEASE-NOTES-4.1.txt
Log:
Documenting new configuration option on the Authenticators.
Also, some trivial formatting changes.
Revision Changes Path
1.32 +25 -20 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt
Index: RELEASE-NOTES-4.1.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- RELEASE-NOTES-4.1.txt 13 Nov 2002 20:13:15 -0000 1.31
+++ RELEASE-NOTES-4.1.txt 15 Nov 2002 05:49:28 -0000 1.32
@@ -64,36 +64,41 @@
Catalina New Features:
---------------------
-[4.1.3] Catalina:
- Implement custom logger which can be used to capture System.out and
- System.err to a buffer for later use.
+[4.1.3] Catalina:
+ Implement custom logger which can be used to capture System.out and
+ System.err to a buffer for later use.
-[4.1.3] SSIServlet:
- Complete rewrite of the SSI functionality (WARNING: servlet class name
- has changed).
+[4.1.3] SSIServlet:
+ Complete rewrite of the SSI functionality (WARNING: servlet class name
+ has changed).
-[4.1.3] CoyoteConnector:
- Add PureTLS support.
+[4.1.3] CoyoteConnector:
+ Add PureTLS support.
-[4.1.4] Embedded:
- Add support for Coyote HTTP/1.1 and Coyote JK 2.
+[4.1.4] Embedded:
+ Add support for Coyote HTTP/1.1 and Coyote JK 2.
-[4.1.4] DefaultContext:
- Refactoring of DefaultContext to support dynamic configuration (naming
- resources and other misc properties).
+[4.1.4] DefaultContext:
+ Refactoring of DefaultContext to support dynamic configuration (naming
+ resources and other misc properties).
-[4.1.4] MBeanUtils:
- Allow specifying custom MBean descriptor files.
+[4.1.4] MBeanUtils:
+ Allow specifying custom MBean descriptor files.
-[4.1.5] ServerLifecycleListener:
- Generate MBeans for the JNDI resources of the contexts.
+[4.1.5] ServerLifecycleListener:
+ Generate MBeans for the JNDI resources of the contexts.
-[4.1.8] BootstrapService:
- Allow passing parameters to the BootstrapService.
+[4.1.8] BootstrapService:
+ Allow passing parameters to the BootstrapService.
[4.1.15] JNDIRealm:
Add support for SSL with the JNDIRealm.
+[4.1.16] AuthenticatorBase:
+ Add a configuration option to disable setting the headers which
+ prevent proxies from caching protected pages. Using this option may
+ open security holes in your application, so it should only be used
+ if you are certain about what you are doing.
-------------------
Jasper New Features:
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>