From: remm
Date: Wed, 31 Jan 2007 23:45:03 +0000 (+0000)
Subject: - Changelog update.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45e159d5d597248e5ef403efecd49db46af1666e;p=tomcat7.0
- Changelog update.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@502046 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/ROOT/index.html b/webapps/ROOT/index.html
index 479ae382a..87d0babed 100644
--- a/webapps/ROOT/index.html
+++ b/webapps/ROOT/index.html
@@ -173,7 +173,7 @@
is restricted to users with role "manager".
Users are defined in $CATALINA_HOME/conf/tomcat-users.xml.
- Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation (including the Servlet 2.4 and JSP 2.0 API JavaDoc), and an introductory guide to developing web applications.
+ Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.
Tomcat mailing lists are available at the Tomcat project web site:
@@ -187,7 +187,7 @@
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5fcab1ff6..334ff626a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -14,6 +14,79 @@
+
+
+
+
+ Use 2.5 xsd in Tomcat webapps. (markt)
+
+
+ Compression filter improvements, submitted by Eric Hedström. (markt)
+
+
+
+
+
+
+ Properly return connector names. (remm)
+
+
+ Remove logging of the XML validation flag. (remm)
+
+
+ Correct error messages for context.xml. (markt)
+
+
+ 41217: Set secure flag correctly on SSO cookie, submitted by
+ Chris Halstead. (markt)
+
+
+ 40524: request.getAuthType() now returns CLIENT_CERT rather
+ than CLIENT-CERT. (markt)
+
+
+ 40526: Return support for JPDA_OPTS to catalina.bat and add
+ a new option JPDA_SUSPEND, submitted by by Kurt Roy. (markt)
+
+
+ 41265: In embedded, remove the code that resets checkInterval
+ values of zero to 300. (markt)
+
+
+
+
+
+
+ 37869: Fix getting client certificate, submitted by Christophe Pierret. (remm)
+
+
+ 40960: Throw a timeout exception when getting a timeout rather than a
+ generic IOE, submitted by Christophe Pierret. (remm)
+
+
+
+
+
+
+ EL validation fixes for attributes. (remm)
+
+
+ 41327: Show full URI for a 404. (markt)
+
+
+ JspException now uses getCause() as the result for getRootCause(). (markt)
+
+
+
+
+
+
+ 41466: When using the NioChannel and SecureNioChannel its
+ important to use the channels buffers. (fhanik)
+
+
+
+