From 68a3372c1be6731e81beb34115ed8debc54a6ae6 Mon Sep 17 00:00:00 2001
From: remm
Date: Tue, 5 Dec 2006 13:53:47 +0000
Subject: [PATCH] - Add a html file in case the user goes to the wrong place in
the examples. - Changelog update.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@482651 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/changelog.xml | 31 +++++++++++++++++++++++++++++++
webapps/docs/config/ajp.xml | 3 ++-
webapps/docs/config/http.xml | 3 ++-
webapps/examples/index.html | 13 +++++++++++++
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 webapps/examples/index.html
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0d3a31e58..0abbaa231 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -52,6 +52,13 @@
Fix logic of sameSameObjects used to determine correct wrapping of request and
response objects (fhanik)
+
+ Update TLD scan lists, and disable caching for now (remm)
+
+
+ Add system property to WebappClassLoader to allow disabling setting references
+ to null when stopping it (remm)
+
@@ -69,6 +76,30 @@
MessageBytes.setString(null) will remove the String value. (remm)
+
+ 41057: Caching large strings is not useful and takes too much
+ memory, so don't cache these (remm)
+
+
+ Add keepAliveTimeout attribute to most connectors (mturk, remm)
+
+
+
+
+
+
+ Relax EL type validation for litterals. (remm)
+
+
+ Update some version numbers to 2.1. (funkman, remm)
+
+
+ Add xsds for JSP 2.1 (remm)
+
+
+ 41106: Update validation checks for EL to also include
+ legacy 1.2 tags (remm)
+
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 505863d2d..99b62ad4c 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -221,7 +221,8 @@ with AJP enabled
The number of milliseconds this Connector will wait,
subsequent request before closing the connection.
- The default value is infinite (i.e. no timeout).
+ The default value is to use the value that has been set for the
+ connectionTimeout.
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 619662409..b53373ce7 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -273,7 +273,8 @@
The number of milliseconds this Connector will wait,
subsequent request before closing the connection.
- The default value is 15000 (i.e. 15 seconds).
+ The default value is to use the value that has been set for the
+ connectionTimeout.
diff --git a/webapps/examples/index.html b/webapps/examples/index.html
new file mode 100644
index 000000000..c83ccce15
--- /dev/null
+++ b/webapps/examples/index.html
@@ -0,0 +1,13 @@
+
+Apache Tomcat Examples
+
+
+
+
+
Apache Tomcat Examples
+
+
+
--
2.11.0