Candidate binaries for 6.0.13

2007-05-04 Thread Remy Maucherat
The new (and most likely cursed) candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.13/ Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r535436 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_13/

2007-05-04 Thread remm
Author: remm Date: Fri May 4 18:36:07 2007 New Revision: 535436 URL: http://svn.apache.org/viewvc?view=rev&rev=535436 Log: - Tomcat 6.0.13 tag. Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_13/ - copied from r535435, tomcat/tc6.0.x/trunk/ -

svn commit: r535433 - in /tomcat/tc6.0.x/trunk: build.xml dist.xml extras.xml

2007-05-04 Thread remm
Author: remm Date: Fri May 4 18:26:05 2007 New Revision: 535433 URL: http://svn.apache.org/viewvc?view=rev&rev=535433 Log: - Extras build update. - Year update. Modified: tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/dist.xml tomcat/tc6.0.x/trunk/extras.xml Modified: tomcat/tc

svn commit: r535416 - /tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml

2007-05-04 Thread remm
Author: remm Date: Fri May 4 16:57:58 2007 New Revision: 535416 URL: http://svn.apache.org/viewvc?view=rev&rev=535416 Log: - Use the main xml file for tasks. - Submitted by Daniel Santos. Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/doc

DO NOT REPLY [Bug 42337] - jasper-howto docs should use bin/catalina-tasks.xml

2007-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42337] New: - jasper-howto docs should use bin/catalina-tasks.xml

2007-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r535325 - in /tomcat/tc6.0.x/trunk/webapps/docs: aio.xml changelog.xml

2007-05-04 Thread remm
Author: remm Date: Fri May 4 09:49:06 2007 New Revision: 535325 URL: http://svn.apache.org/viewvc?view=rev&rev=535325 Log: - Changelog update. Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/

svn commit: r535324 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometEvent.java

2007-05-04 Thread remm
Author: remm Date: Fri May 4 09:46:47 2007 New Revision: 535324 URL: http://svn.apache.org/viewvc?view=rev&rev=535324 Log: - Small javadoc update. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometEvent.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometEvent.java

DO NOT REPLY [Bug 41059] - WebAppClassLoader clearReferences code break running threads

2007-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42335] New: - wrong location of manager webapp

2007-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Proposed new CometEvent.notify method

2007-05-04 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: turns out the user found a problem, what I was describing is a possible, but very hard scenario to actual run into. the CoyoteAdapter->read(on a client disconnect) would have to happen at the same time as otherThread->Servlet->write but as you said, he didn't run

Re: Proposed new CometEvent.notify method

2007-05-04 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Remy Maucherat wrote: No, I don't agree with reading bytes in the lower layer as it would swallow problems even more than doing it in the adapter without any additional benefit (BTW, read cannot return 0). There's also a likely problem that it would require additional str

Re: Proposed new CometEvent.notify method

2007-05-04 Thread Remy Maucherat
Remy Maucherat wrote: No, I don't agree with reading bytes in the lower layer as it would swallow problems even more than doing it in the adapter without any additional benefit (BTW, read cannot return 0). There's also a likely problem that it would require additional structures to hold that da

Re: Proposed new CometEvent.notify method

2007-05-04 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Ok, I'll try something in the meantime in CoyoteAdapter, since it's trivial (and I think does all that is needed at this point). The available() has a side effect, if there is a partial or non valid chunked header (ie the client also sends so