From 80eafd9861993fb04c4a394ac11eb6aecdb6ae7a Mon Sep 17 00:00:00 2001 From: remm Date: Fri, 29 Jun 2007 13:58:09 +0000 Subject: [PATCH] - Changelog update. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@551897 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ace7974cb..a53beb046 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -59,6 +59,19 @@ 42547: Fix NPE when a ResourceLink in context.xml tries to override an env-entry in web.xml. (markt) + + Avoid some casting in ErrorReportValve (remm) + + + Fix persistence API annotation, submitted by Bill Burke (remm) + + + In Comet mode, if bytes are not read, send an error event (otherwise, + fields referring to the connection could remain) (remm) + + + Fix Comet when running Tomcat with the security manager (remm) + @@ -78,6 +91,13 @@ + + + + Add back missing socketBuffer attribute in the java.io HTTP connector (remm) + + + -- 2.11.0