- Changelog update.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Jun 2007 13:58:09 +0000 (13:58 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Jun 2007 13:58:09 +0000 (13:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@551897 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index ace7974..a53beb0 100644 (file)
         <bug>42547</bug>: Fix NPE when a ResourceLink in context.xml tries to
         override an env-entry in web.xml. (markt)
       </fix>
+      <fix>
+        Avoid some casting in ErrorReportValve (remm)
+      </fix>
+      <fix>
+        Fix persistence API annotation, submitted by Bill Burke (remm)
+      </fix>
+      <fix>
+        In Comet mode, if bytes are not read, send an error event (otherwise, 
+        fields referring to the connection could remain) (remm)
+      </fix>
+      <fix>
+        Fix Comet when running Tomcat with the security manager (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Add back missing socketBuffer attribute in the java.io HTTP connector (remm)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Webapps">
     <changelog>
       <fix>