Author: markt
Date: Fri Apr 4 20:25:31 2014
New Revision: 1584888
URL: http://svn.apache.org/r1584888
Log:
Tweak the proposal to address the concern raised.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1584888&r1=1584887&r2=1584888&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Apr 4 20:25:31 2014
@@ -47,6 +47,12 @@ PATCHES PROPOSED TO BACKPORT:
Those are input streams that are read, not written. Nothing
should really happen when those are closed.
remm: no need to add i18n for something that will not happen
+ markt: Not logging exceptions on close is consistent with the code prior
+ to this patch. While I'm not convinced of the need, I'm happy to
+ replace each of those two // Ignore lines with these three lines:
+ if (debug > 10) {
+ log(e.getMessage(), e);
+ }
-1:
* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56283
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]