You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/11/16 13:28:45 UTC

svn commit: r1714573 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Mon Nov 16 12:28:45 2015
New Revision: 1714573

URL: http://svn.apache.org/viewvc?rev=1714573&view=rev
Log:
Move changelog entry for BZ 57799 to sort entries bug number.

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1714573&r1=1714572&r2=1714573&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Nov 16 12:28:45 2015
@@ -61,6 +61,11 @@
         not EL in JSP attributes is processed as if it uses JSP attribute
         quoting. By default, EL does not use JSP attribute quoting. (markt)
       </add>
+      <fix>
+        <bug>57799</bug>: InputStream.available() was causing an IO operation
+        to occur even in blocking mode, which caused problems with NIO2.
+        (remm)
+      </fix>
       <add>
         Extend the fix for <bug>58228</bug> to include
         <code>ServletContext.getRealPath()</code>. (markt)
@@ -144,11 +149,6 @@
         for REST APIs. (violetagg)
       </add>
       <fix>
-        <bug>57799</bug>: InputStream.available() was causing an IO operation
-        to occur even in blocking mode, which caused problems with NIO2.
-        (remm)
-      </fix>
-      <fix>
         <bug>58578</bug>: Avoid NPE accessing cookies during access logging
         for request that had no context mapping. (remm)
       </fix>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org