Re: [VOTE] Release build 6.0.37

2013-04-30 Thread jean-frederic clere
On 04/29/2013 10:50 PM, Rainer Jung wrote: Problem 3: version.build is 0 instead of 37 in build.properties.default (src and bin). Not nice but probably not a showstopper. Maybe something for the release howto. the version is version=6.0.37 overwrites it I think. I missed the line...

svn commit: r1477511 - in /tomcat/trunk/java/org/apache/catalina: connector/CoyoteAdapter.java core/AsyncContextImpl.java

2013-04-30 Thread markt
Author: markt Date: Tue Apr 30 08:55:53 2013 New Revision: 1477511 URL: http://svn.apache.org/r1477511 Log: Refactor methods that call read/write listeners out of AsyncContext as CoyoteAdapter has all the information it needs to call them itself. Modified:

svn commit: r1477516 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2013-04-30 Thread markt
Author: markt Date: Tue Apr 30 09:09:40 2013 New Revision: 1477516 URL: http://svn.apache.org/r1477516 Log: Remove copy/paste comment and trivial clean-up Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified:

[Bug 54908] New: Unable to redeploy application on Tomcat 7.0.39

2013-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54908 Bug ID: 54908 Summary: Unable to redeploy application on Tomcat 7.0.39 Product: Tomcat 7 Version: 7.0.39 Hardware: PC Status: NEW Severity: normal

[Bug 54908] Unable to redeploy application on Tomcat 7.0.39

2013-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54908 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1477543 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/ajp/ coyote/http11/ coyote/spdy/

2013-04-30 Thread markt
Author: markt Date: Tue Apr 30 10:39:36 2013 New Revision: 1477543 URL: http://svn.apache.org/r1477543 Log: Remove the request.isAsyncOperation() method and the associated plumbing as res.getWriteListener() != null does the same thing with less code. Add a (currently unimplemented) dispatch()

svn commit: r1477644 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProcessor.java test/org/apache/catalina/connector/TestCoyoteOutputStream.java

2013-04-30 Thread markt
Author: markt Date: Tue Apr 30 14:13:28 2013 New Revision: 1477644 URL: http://svn.apache.org/r1477644 Log: Add a simple unit test for async writes. This (unexpectedly) passes on all three connectors. Added: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java (with

svn commit: r1477657 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteOutputStream.java catalina/connector/OutputBuffer.java coyote/http11/Http11NioProcessor.java coyote/http11/InternalNio

2013-04-30 Thread markt
Author: markt Date: Tue Apr 30 14:24:51 2013 New Revision: 1477657 URL: http://svn.apache.org/r1477657 Log: Refactor canWrite - isReady to align with changes made to Servlet spec Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteOutputStream.java