added in some useful release notes for users to be aware of.
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Mar 2007 22:17:58 +0000 (22:17 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Mar 2007 22:17:58 +0000 (22:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@521499 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 9bd7fd7..8a170f2 100644 (file)
   <subsection name="Catalina">
     <changelog>
       <add>
-        Added SENDFILE support for the NIO connector. (fhanik)
+        Added SENDFILE support for the NIO connector. (fhanik) <br/>
+        There are some Linux bugs reported against the sendfile behavior, make sure you
+        have a JDK that is up to date, or disable sendfile behavior in the Connector.<br/>
+         6427312: (fc) FileChannel.transferTo() throws IOException "system call interrupted"<br/>
+         5103988: (fc) FileChannel.transferTo should return -1 for EAGAIN instead throws IOException<br/>
+         6253145: (fc) FileChannel.transferTo on Linux fails when going beyond 2GB boundary<br/>
+         6470086: (fc) FileChannel.transferTo(2147483647, 1, channel) cause "Value too large" exception<br/>
       </add>
       <add>
         Added support for shared thread pools by adding in the &lt;Executor&gt;