svn commit: r1638720 - /tomcat/trunk/build.properties.default

2014-11-12 Thread kkolinko
Author: kkolinko Date: Wed Nov 12 08:49:19 2014 New Revision: 1638720 URL: http://svn.apache.org/r1638720 Log: Update to Checkstyle 6.0 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1638725 - in /tomcat/trunk: build.properties.default build.xml

2014-11-12 Thread kkolinko
Author: kkolinko Date: Wed Nov 12 09:00:36 2014 New Revision: 1638725 URL: http://svn.apache.org/r1638725 Log: Download just a checkstyle-6.0-all.jar instead of the whole bin.zip that contains that file. Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified:

svn commit: r1638726 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2014-11-12 Thread kkolinko
Author: kkolinko Date: Wed Nov 12 09:17:17 2014 New Revision: 1638726 URL: http://svn.apache.org/r1638726 Log: Update to Checkstyle 6.0 Download just a checkstyle-6.0-all.jar instead of the whole bin.zip that contains that file. Merged revisions r1638720 r1638725 from tomcat/trunk. Modified:

svn commit: r1638733 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:26:20 2014 New Revision: 1638733 URL: http://svn.apache.org/r1638733 Log: Update docs for Tomcat 8.0.15 release. [This commit notification would consist of 94 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r7129 - in /release/tomcat/tomcat-8: v8.0.12/ v8.0.14/

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:34:50 2014 New Revision: 7129 Log: Drop old versions Removed: release/tomcat/tomcat-8/v8.0.12/ release/tomcat/tomcat-8/v8.0.14/ - To unsubscribe, e-mail:

[ANN] Apache Tomcat 8.0.15 available

2014-11-12 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.15. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.15 includes numerous fixes for

svn commit: r1638738 - in /tomcat/site/trunk: ./ docs/ xdocs/

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:42:02 2014 New Revision: 1638738 URL: http://svn.apache.org/r1638738 Log: Update for 8.0.15 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html

svn commit: r1638744 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java NioEndpoint.java SocketWrapperBase.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:41 2014 New Revision: 1638744 URL: http://svn.apache.org/r1638744 Log: Switch to using lastAsyncStart to calculate the async timeouts Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1638742 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11Nio2Processor.java Http11NioProcessor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:32 2014 New Revision: 1638742 URL: http://svn.apache.org/r1638742 Log: Don't check the last access time since: - it will always be -1 - checking keptAlive is sufficient to determine if the keep alive timeout should be set Modified:

svn commit: r1638747 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/http11/AbstractHttp11Processor.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/NioEndpoi

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:56 2014 New Revision: 1638747 URL: http://svn.apache.org/r1638747 Log: Switch to dedicated async timeout property Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

svn commit: r1638750 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:11 2014 New Revision: 1638750 URL: http://svn.apache.org/r1638750 Log: Code clean-up Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java URL:

svn commit: r1638748 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpNio2Processor.java coyote/ajp/AjpNioProcessor.java tomcat/ut

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:02 2014 New Revision: 1638748 URL: http://svn.apache.org/r1638748 Log: Simplify calls to switch between standard and keep-alive timeouts Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

svn commit: r1638743 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:36 2014 New Revision: 1638743 URL: http://svn.apache.org/r1638743 Log: Add new lastAsyncStart property which is not currently used. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified:

svn commit: r1638745 - in /tomcat/trunk/java/org/apache: coyote/http11/InternalAprOutputBuffer.java coyote/http11/InternalNio2OutputBuffer.java tomcat/util/net/AprEndpoint.java tomcat/util/net/Nio2End

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:46 2014 New Revision: 1638745 URL: http://svn.apache.org/r1638745 Log: getLastAccess() is only called from NIO so no need to call access() from code that is not part of NIO. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer.java

svn commit: r1638754 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:29 2014 New Revision: 1638754 URL: http://svn.apache.org/r1638754 Log: Use SocketWrapper's write method for AJP APR Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java Modified:

svn commit: r1638755 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNio2Processor.java AjpNioProcessor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:34 2014 New Revision: 1638755 URL: http://svn.apache.org/r1638755 Log: Pull up output method Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

svn commit: r1638746 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:48:51 2014 New Revision: 1638746 URL: http://svn.apache.org/r1638746 Log: Add a currently unused proprty for the async timeout. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified:

svn commit: r1638749 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpNio2Processor.java AjpNioProcessor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:07 2014 New Revision: 1638749 URL: http://svn.apache.org/r1638749 Log: Simplify handling of tiemouts now that async timeout has been separated from read/write timeout. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

svn commit: r1638752 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:20 2014 New Revision: 1638752 URL: http://svn.apache.org/r1638752 Log: Rename for readability and aignment with NIO AJP impl Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified:

svn commit: r1638753 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Processor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:24 2014 New Revision: 1638753 URL: http://svn.apache.org/r1638753 Log: Use the SocketWrapper's write method Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Processor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Processor.java

svn commit: r1638751 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 10:49:15 2014 New Revision: 1638751 URL: http://svn.apache.org/r1638751 Log: Use SocketWrapper provided write method Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java

svn commit: r1638760 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 11:17:23 2014 New Revision: 1638760 URL: http://svn.apache.org/r1638760 Log: Simplify Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java URL:

svn commit: r1638765 - /tomcat/trunk/TOMCAT-NEXT.txt

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 11:49:46 2014 New Revision: 1638765 URL: http://svn.apache.org/r1638765 Log: Update Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL:

Re: svn commit: r1638765 - /tomcat/trunk/TOMCAT-NEXT.txt

2014-11-12 Thread Rémy Maucherat
2014-11-12 12:49 GMT+01:00 ma...@apache.org: +12. Consider wrapping the SocketWrapper with a facade to detect / prevent +components retaining references longer than they should. There are numerous problem detection facilities in Tomcat, which is good to have by default I suppose. However,

svn commit: r1638795 - /tomcat/trunk/BUILDING.txt

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 14:00:24 2014 New Revision: 1638795 URL: http://svn.apache.org/r1638795 Log: Update minimum Ant version. It must be 1.9.0 or later for Java 8 support. 1.9.4 is the latest and what I am testing with so use that. It may be possible to reduce it. Modified:

Re: svn commit: r1638795 - /tomcat/trunk/BUILDING.txt

2014-11-12 Thread Konstantin Kolinko
2014-11-12 17:00 GMT+03:00 ma...@apache.org: Author: markt Date: Wed Nov 12 14:00:24 2014 New Revision: 1638795 URL: http://svn.apache.org/r1638795 Log: Update minimum Ant version. It must be 1.9.0 or later for Java 8 support. 1.9.4 is the latest and what I am testing with so use that.

Re: svn commit: r1638795 - /tomcat/trunk/BUILDING.txt

2014-11-12 Thread Konstantin Kolinko
2014-11-12 17:15 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-11-12 17:00 GMT+03:00 ma...@apache.org: Author: markt Date: Wed Nov 12 14:00:24 2014 New Revision: 1638795 URL: http://svn.apache.org/r1638795 Log: Update minimum Ant version. It must be 1.9.0 or later for Java 8

Re: svn commit: r1638795 - /tomcat/trunk/BUILDING.txt

2014-11-12 Thread Mark Thomas
On 12/11/2014 14:16, Konstantin Kolinko wrote: 2014-11-12 17:15 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-11-12 17:00 GMT+03:00 ma...@apache.org: Author: markt Date: Wed Nov 12 14:00:24 2014 New Revision: 1638795 URL: http://svn.apache.org/r1638795 Log: Update minimum Ant

svn commit: r1638812 - /tomcat/trunk/BUILDING.txt

2014-11-12 Thread markt
Author: markt Date: Wed Nov 12 15:15:19 2014 New Revision: 1638812 URL: http://svn.apache.org/r1638812 Log: Back to 1.9.3 to avoid regression in tar support. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL:

svn commit: r1638959 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2014-11-12 Thread kkolinko
Author: kkolinko Date: Wed Nov 12 19:15:10 2014 New Revision: 1638959 URL: http://svn.apache.org/r1638959 Log: Correct version typo in announcement Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

svn commit: r1638962 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2014-11-12 Thread kkolinko
Author: kkolinko Date: Wed Nov 12 19:18:49 2014 New Revision: 1638962 URL: http://svn.apache.org/r1638962 Log: Correct URL in configuration comparison tool in Migration guide, as Tomcat 8 now has its own branch Modified: tomcat/site/trunk/docs/migration-8.html

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-11-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2014-11-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-bio has an issue affecting its community

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2014-11-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-nio has an issue affecting its community