Author: fhanik Date: Tue Dec 23 20:56:48 2008 New Revision: 729229 URL: http://svn.apache.org/viewvc?rev=729229&view=rev Log: organize NIO patches, and cast my 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=729229&r1=729228&r2=729229&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Dec 23 20:56:48 2008 @@ -174,11 +174,6 @@ 0: remm (risky, would it be possible to stop backporting risky changes and behavior modifications to 6.0.x ?) -1: -* Fix send file bug - http://svn.apache.org/viewvc?rev=719129&view=rev - +1: fhanik, pero - -1: - * Make thread pool limits dynamically configurable http://svn.apache.org/viewvc?rev=719602&view=rev http://svn.apache.org/viewvc?rev=719628&view=rev @@ -187,23 +182,43 @@ on this particular one, if people want fancy behavior, maybe they should use an executor) -1: -* Prevent async close NPE on already closed sockets +* I have summarized all the NIO fixes into one patch for those who wish to test it +* It includes patch [1]-[6] below and can be found at: +* http://people.apache.org/~fhanik/tomcat/uber-patch.txt + +* [1] Fix send file bug - correctly notify the poller without having to wait for it to wake up + http://svn.apache.org/viewvc?rev=719129&view=rev + +1: fhanik, pero + -1: + +* [2] Prevent async close NPE on already closed sockets http://people.apache.org/~fhanik/tomcat/comet-close-2.patch +1: fhanik -1: -* Add ability to fix the keyAlias in NIO/SSL +* [3] Add ability to fix the keyAlias in NIO/SSL http://svn.apache.org/viewvc?rev=720587&view=rev http://svn.apache.org/viewvc?rev=720553&view=rev +1: fhanik -1: -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45154 (add sendfile support to NIO/SSL) +* [4] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45154 (add sendfile support to NIO/SSL) - performance improvement http://svn.apache.org/viewvc?rev=720724&view=rev http://svn.apache.org/viewvc?rev=720728&view=rev http://svn.apache.org/viewvc?rev=725417&view=rev +1: fhanik -1: + +* [5] Fix Comet interest registration bug + http://people.apache.org/~fhanik/tomcat/comet-ops.patch + +1: fhanik + -1: + +* [6] Fix file descriptor leak during send file behavior in NIO connector + http://svn.apache.org/viewvc?rev=729191&view=rev + +1: fhanik + -1: + * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42693 Fix compilation of recursive tags @@ -243,39 +258,31 @@ +1: markt, fhanik -1: -* Fix Comet interest registration bug - http://people.apache.org/~fhanik/tomcat/comet-ops.patch - +1: fhanik - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46408 Correct potential invalid cast http://svn.apache.org/viewvc?rev=728032&view=rev - +1: markt + +1: markt, fhanik -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46304 Excludes performance issues Use Principal when calling doFilterEvent() http://svn.apache.org/viewvc?rev=728768&view=rev - +1: markt + +1: markt, fhanik -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46403 Always add expires parameter to cookies to work around an IE6/7 bug http://svn.apache.org/viewvc?rev=728947&view=rev +1: markt + +1: fhanik - browsers suck -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46397 Don't pool tag instances that implement JspIdConsumer http://svn.apache.org/viewvc?rev=729057&view=rev - +1: markt + +1: markt, fhanik -1: -* Fix file descriptor leak during send file behavior in NIO connector - http://svn.apache.org/viewvc?rev=729191&view=rev - +1: fhanik - -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org