Author: kkolinko
Date: Thu Jan 20 18:45:09 2011
New Revision: 1061451
URL: http://svn.apache.org/viewvc?rev=1061451&view=rev
Log:
vote
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=1061451&r1=1061450&r2=1061451&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jan 20 18:45:09 2011
@@ -112,8 +112,16 @@ PATCHES PROPOSED TO BACKPORT:
http://people.apache.org/~fhanik/dslink.patch
+1: fhanik, funkman
-1:
+ kkolinko:
+ 1) Need to remove @Override at
DataSourceLinkFactory.DataSourceHandler#invoke().
+ Otherwise it does not compile with Java 5. That is because
InvocationHandler is an interface.
+ 2) The following line in NamingContextListener#addResourceLink():
+ Iterator<String> i = resourceLink.listProperties();
+ Here ContextResourceLink#listProperties() returns Iterator, not
+ Iterator<String>, but IDE does not give me a warning and I see no
+ @SuppressWarnings arround. It is odd.
- Fix very large memory leak in NIO connector
+* Fix very large memory leak in NIO connector
Additional patch (not important):
http://svn.apache.org/viewvc?rev=1061397&view=rev
+1: kkolinko, markt
@@ -131,5 +139,5 @@ PATCHES PROPOSED TO BACKPORT:
http://svn.apache.org/viewvc?rev=1061442&view=rev
http://svn.apache.org/viewvc?rev=1061446&view=rev
Plus copy o.a.tomcat.util.ExceptionUtils from trunk
- +1: markt
+ +1: markt, kkolinko
-1:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]