larryi 01/12/16 18:37:40
Modified: . RELEASE-NOTES-3.3.1.txt
Log:
Document updates to ApacheConfig, IISConfig, and NSConfig
Revision Changes Path
1.15 +8 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
Index: RELEASE-NOTES-3.3.1.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- RELEASE-NOTES-3.3.1.txt 2001/12/14 03:50:20 1.14
+++ RELEASE-NOTES-3.3.1.txt 2001/12/17 02:37:40 1.15
@@ -3,7 +3,7 @@
Release Notes
=============
-$Id: RELEASE-NOTES-3.3.1.txt,v 1.14 2001/12/14 03:50:20 billbarker Exp $
+$Id: RELEASE-NOTES-3.3.1.txt,v 1.15 2001/12/17 02:37:40 larryi Exp $
This document describes the changes that have been made since the
@@ -54,6 +54,13 @@
declarations.
Added support for PureTLS as an SSL option.
+
+ The configuration files generated by ApacheConfig, IISConfig and
+ NSConfig were improved for the case when the forwardAll attribute
+ is false. Primarily, a servlet mapping like "/foo/*" now generates
+ a mod_jk mapping for "/foo" as well as "/foo/*" to better match
+ the servlet spec.
+
Server:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>