DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r551521 - /tomcat/connectors/trunk/jk3/ROADMAP

2007-06-28 Thread jfclere
Author: jfclere Date: Thu Jun 28 02:59:37 2007 New Revision: 551521 URL: http://svn.apache.org/viewvc?view=revrev=551521 Log: Try to define the first steps for the jk3 proposal. Modified: tomcat/connectors/trunk/jk3/ROADMAP Modified: tomcat/connectors/trunk/jk3/ROADMAP URL:

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Proposed simplification of CometEvent

2007-06-28 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: nice ultimatum :) let me go through both the proposals and look it over. after that I suggest we simply have/agree on a majority vote without vetoes to be able to move on properly. in the vote announcement, I think we should simply outline the differences so

Re: Proposed simplification of CometEvent

2007-06-28 Thread jean-frederic clere
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: nice ultimatum :) let me go through both the proposals and look it over. after that I suggest we simply have/agree on a majority vote without vetoes to be able to move on properly. in the vote announcement, I think we should simply outline

Re: svn commit: r550789 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-06-28 Thread Mladen Turk
Remy Maucherat wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Tue Jun 26 05:28:00 2007 New Revision: 550789 URL: http://svn.apache.org/viewvc?view=revrev=550789 Log: Do not pass session id if it is zero length. For now only log those attempts. We should consider

DO NOT REPLY [Bug 42771] New: - tools.jar not included due to wrong if in setclasspath.bat

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42771. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Proposed simplification of CometEvent

2007-06-28 Thread Remy Maucherat
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: nice ultimatum :) let me go through both the proposals and look it over. after that I suggest we simply have/agree on a majority vote without vetoes to be able to move on properly. in the vote announcement, I think we should simply outline

Re: svn commit: r550789 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-06-28 Thread Remy Maucherat
Mladen Turk wrote: This is not a valid veto. There is not specification nor security reason that my patch would break. If something can be done by some third party (like Tomcat) is completely unrelated with the purpose of why the veto can be used. You are right, your patch was great, so I

svn commit: r551647 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2007-06-28 Thread remm
Author: remm Date: Thu Jun 28 11:16:09 2007 New Revision: 551647 URL: http://svn.apache.org/viewvc?view=revrev=551647 Log: - If bytes are not read, send an error event (otherwise, fields referring to the connection could remain). Modified:

svn commit: r551648 - in /tomcat/sandbox/bayeux: ./ build/ build/build.properties.default build/build.xml conf/ java/ java/org/ java/org/apache/ java/org/apache/comet/ java/org/apache/comet/bayeux/

2007-06-28 Thread fhanik
Author: fhanik Date: Thu Jun 28 11:21:18 2007 New Revision: 551648 URL: http://svn.apache.org/viewvc?view=revrev=551648 Log: Added skeleton structure around Bayeux Added: tomcat/sandbox/bayeux/ tomcat/sandbox/bayeux/build/ tomcat/sandbox/bayeux/build/build.properties.default

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r551656 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2007-06-28 Thread fhanik
Author: fhanik Date: Thu Jun 28 11:41:00 2007 New Revision: 551656 URL: http://svn.apache.org/viewvc?view=revrev=551656 Log: Same fix as for 6.0 branch, invoke error if the read did not empty the buffer Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r551672 - in /tomcat/sandbox/bayeux: README.txt build/build.properties.default build/build.xml

2007-06-28 Thread fhanik
Author: fhanik Date: Thu Jun 28 12:24:41 2007 New Revision: 551672 URL: http://svn.apache.org/viewvc?view=revrev=551672 Log: Depdendency download, readme with info regards to the project Added: tomcat/sandbox/bayeux/README.txt Modified:

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

2007-06-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=42753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r551702 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java test/org/apache/catalina/tribes/test/io/TestSenderConnections.java

2007-06-28 Thread fhanik
Author: fhanik Date: Thu Jun 28 14:21:37 2007 New Revision: 551702 URL: http://svn.apache.org/viewvc?view=revrev=551702 Log: try setting equalness to false, see if we can do better Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java