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

2015-05-21 Thread Bill Barker
/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150521-native-src.tar.gz

[Bug 57940] Failed allocating AJP message buffer

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57940 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-05-21 Thread Bill Barker
/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150521-native-src.tar.gz

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 VIN reachme.va...@gmail.com changed: What|Removed |Added Attachment #32746|0 |1 is obsolete|

svn commit: r1680768 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 08:56:39 2015 New Revision: 1680768 URL: http://svn.apache.org/r1680768 Log: Re-use existing utility method Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

svn commit: r1680769 - /tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 08:56:54 2015 New Revision: 1680769 URL: http://svn.apache.org/r1680769 Log: Rename (fix copy/paste) Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java URL:

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #20 from VIN reachme.va...@gmail.com --- Created attachment 32748 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32748action=edit Fix for printing log messages in case of contextconfig scan-Tomcat8 Patch for Tomcat8 with

svn commit: r1680766 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties

2015-05-21 Thread markt
Author: markt Date: Thu May 21 08:52:02 2015 New Revision: 1680766 URL: http://svn.apache.org/r1680766 Log: Add support for responding to incoming pings Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1680770 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 09:01:28 2015 New Revision: 1680770 URL: http://svn.apache.org/r1680770 Log: Minor optimisation Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java URL:

svn commit: r1680771 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 09:04:45 2015 New Revision: 1680771 URL: http://svn.apache.org/r1680771 Log: Rename swallowPayload() - swallow() since it isn't just payloads Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

svn commit: r1680775 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 09:18:26 2015 New Revision: 1680775 URL: http://svn.apache.org/r1680775 Log: Mark a couple of TODOs as unimplemented. Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified:

svn commit: r1680781 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/ java/org/apache/tomcat/websocket/server/ test/org/apache/coyote/http11/upgrade/

2015-05-21 Thread markt
Author: markt Date: Thu May 21 09:44:39 2015 New Revision: 1680781 URL: http://svn.apache.org/r1680781 Log: Fix the SSLSupport TODO. The StreamProcessor will need access to this to provide TLS information on the underlying connection to web applications via the Servlet API. Implementation for

Re: End of life for 6.0.x

2015-05-21 Thread Christopher Schultz
Mark, On 5/14/15 9:14 AM, Mark Thomas wrote: For some time now we have always said we will maintain three current Tomcat versions in parallel. As we start to think about milestone releases of Tomcat 9 soon (stable is unlikely to be until later next year due to the Java EE 8 timescales) I

buildbot success in ASF Buildbot on tomcat-trunk

2015-05-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1248 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: OpenSSL JSSE SSLEngine implementation

2015-05-21 Thread Christopher Schultz
Rémy, On 5/18/15 11:46 AM, Rémy Maucherat wrote: Early performance results show the NIO(2) connector with SSL being equivalent or maybe even slightly faster than the APR connector, with JSSE very far behind. With SSL being nearly mandatory in the new protocols, SSL performance becomes a very

svn commit: r1680867 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java Stream.java StreamProcessor.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 13:11:32 2015 New Revision: 1680867 URL: http://svn.apache.org/r1680867 Log: Get basic response body writing working. Lots of TODOs remain (flow control is currently ignored, stream state is not stracked etc.) but it is in a state where at least some of the

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Jeanfrancois Arcand
On 2015-05-19 2:43 PM, Mark Thomas wrote: The proposed 8.0.23 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.23 -- Jeanfrancois - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Konstantin Kolinko
2015-05-19 21:43 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.23 release is now available for voting. The main changes since 8.0.22 are: - Fixed corruption issues with NIO2 and TLS - Added a workaround for SPNEGO authentication and a JRE regression in Java 8

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-05-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/263 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 57940] Failed allocating AJP message buffer

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57940 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: End of life for 6.0.x

2015-05-21 Thread Rémy Maucherat
2015-05-14 15:14 GMT+02:00 Mark Thomas ma...@apache.org: Option 1: Tomcat 6.0.x EOL as of 30 June 2016 Option 2: Tomcat 6.0.x EOL as of 31 December 2016 It has been around for a very long time (2007) but it is a very significant release, so option 2 is probably better. OTOH, I am not actually

Re: OpenSSL JSSE SSLEngine implementation

2015-05-21 Thread Rémy Maucherat
2015-05-21 19:48 GMT+02:00 Christopher Schultz ch...@christopherschultz.net : Rémy, On 5/18/15 11:46 AM, Rémy Maucherat wrote: Early performance results show the NIO(2) connector with SSL being equivalent or maybe even slightly faster than the APR connector, with JSSE very far behind.

svn commit: r1680953 - in /tomcat/trunk/java/org/apache: coyote/http2/Http2UpgradeHandler.java tomcat/util/http/LegacyCookieProcessor.java tomcat/util/http/Rfc6265CookieProcessor.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 21:05:09 2015 New Revision: 1680953 URL: http://svn.apache.org/r1680953 Log: Remove some warning stack traces from the logs and add some TODOs to review the relevant code. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1680952 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Http2UpgradeHandler.java Stream.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 20:47:04 2015 New Revision: 1680952 URL: http://svn.apache.org/r1680952 Log: Implement flow control if the connection runs out of capacity. Needs some unit tests (once I figure out the best way to write them). Modified:

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Felix Schumacher
Am 19.05.2015 um 20:43 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.23 release is now available for voting. The main changes since 8.0.22 are: - Fixed corruption issues with NIO2 and TLS - Added a workaround for SPNEGO authentication and a JRE regression in Java 8 update 40 onwards

svn commit: r1680791 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership: LocalStrings.properties McastService.java McastServiceImpl.java MemberImpl.java StaticMember.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:53:06 2015 New Revision: 1680791 URL: http://svn.apache.org/r1680791 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.membership package. Modified:

svn commit: r1680797 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport/nio: LocalStrings.properties NioReceiver.java NioReplicationTask.java NioSender.java ParallelNioSender.java PooledPara

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:58:49 2015 New Revision: 1680797 URL: http://svn.apache.org/r1680797 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.transport.nio package. Added:

svn commit: r1680799 - in /tomcat/trunk/java/org/apache/catalina/tribes/util: Arrays.java ExecutorFactory.java LocalStrings.properties UUIDGenerator.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 10:00:01 2015 New Revision: 1680799 URL: http://svn.apache.org/r1680799 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.util package. Modified: tomcat/trunk/java/org/apache/catalina/tribes/util/Arrays.java

svn commit: r1680783 - /tomcat/trunk/java/org/apache/catalina/tribes/util/StringManager.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:46:45 2015 New Revision: 1680783 URL: http://svn.apache.org/r1680783 Log: Align tribes.util.StringManager implementation with tomcat.util.StringManager implementation. Modified: tomcat/trunk/java/org/apache/catalina/tribes/util/StringManager.java

svn commit: r1680786 - in /tomcat/trunk/java/org/apache/catalina/tribes/group: ChannelCoordinator.java GroupChannel.java LocalStrings.properties RpcChannel.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:48:19 2015 New Revision: 1680786 URL: http://svn.apache.org/r1680786 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.group package. Added: tomcat/trunk/java/org/apache/catalina/tribes/group/LocalStrings.properties (with

svn commit: r1680793 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport: LocalStrings.properties LocalStrings_es.properties PooledSender.java ReceiverBase.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:56:02 2015 New Revision: 1680793 URL: http://svn.apache.org/r1680793 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.transport package. Modified:

svn commit: r1680802 [1/3] - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/io/ java/org/apache/ca

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 10:14:50 2015 New Revision: 1680802 URL: http://svn.apache.org/r1680802 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes packages. Added: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/LocalStrings.properties

svn commit: r1680802 [3/3] - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/io/ java/org/apache/ca

2015-05-21 Thread kfujino
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/util/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/util/LocalStrings.properties?rev=1680802r1=1680801r2=1680802view=diff

svn commit: r1680802 [2/3] - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/io/ java/org/apache/ca

2015-05-21 Thread kfujino
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java?rev=1680802r1=1680801r2=1680802view=diff

svn commit: r1680792 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java LocalStrings.properties ReplicatedMap.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:54:44 2015 New Revision: 1680792 URL: http://svn.apache.org/r1680792 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.tipis package. Added: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LocalStrings.properties (with

svn commit: r1680796 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util: FastQueue.java LocalStrings.properties

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:57:47 2015 New Revision: 1680796 URL: http://svn.apache.org/r1680796 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.transport.bio.util package. Added:

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Rémy Maucherat
2015-05-19 20:43 GMT+02:00 Mark Thomas ma...@apache.org: The proposed 8.0.23 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.23 Rémy

[Bug 57940] Failed allocating AJP message buffer

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57940 Hong Sung Hee sheeh...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r1680789 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:50:06 2015 New Revision: 1680789 URL: http://svn.apache.org/r1680789 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.group.interceptors package. Added:

svn commit: r1680795 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport/bio: BioReceiver.java BioReplicationTask.java BioSender.java LocalStrings.properties PooledMultiSender.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:56:49 2015 New Revision: 1680795 URL: http://svn.apache.org/r1680795 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.transport.bio package. Added:

svn commit: r1680790 - in /tomcat/trunk/java/org/apache/catalina/tribes/io: BufferPool.java LocalStrings.properties ObjectReader.java ReplicationStream.java XByteBuffer.java

2015-05-21 Thread kfujino
Author: kfujino Date: Thu May 21 09:51:41 2015 New Revision: 1680790 URL: http://svn.apache.org/r1680790 Log: Use StringManager to provide i18n support in the org.apache.catalina.tribes.io package. Added: tomcat/trunk/java/org/apache/catalina/tribes/io/LocalStrings.properties (with

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Keiichi Fujino
2015-05-20 3:43 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.23 release is now available for voting. The main changes since 8.0.22 are: - Fixed corruption issues with NIO2 and TLS - Added a workaround for SPNEGO authentication and a JRE regression in Java 8

Fwd: [Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-21 Thread Pravallika Peddi
Hi Mark, Can you verify the patches that i submitted? Thanks, Pravallika(VIN) -- Forwarded message -- From: bugzi...@apache.org Date: Thu, May 21, 2015 at 2:33 PM Subject: [Bug 56438] If jar scan does not find context config or TLD config, log a message To: dev@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Christopher Schultz
Mark, On 5/19/15 2:43 PM, Mark Thomas wrote: The proposed 8.0.23 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.23 No complaints from any of many users in a development environment. [NB: Whenever I run the Tomcat test suite, I get a bunch of

[jira] [Created] (MTOMCAT-299) when a context file is configured if it is not found it should log a warning message

2015-05-21 Thread Constantino Cronemberger (JIRA)
Constantino Cronemberger created MTOMCAT-299: Summary: when a context file is configured if it is not found it should log a warning message Key: MTOMCAT-299 URL:

[jira] [Commented] (MTOMCAT-299) when a context file is configured if it is not found it should log a warning message

2015-05-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14554328#comment-14554328 ] ASF GitHub Bot commented on MTOMCAT-299: GitHub user ccronemberger opened a pull

[jira] [Commented] (MTOMCAT-299) when a context file is configured if it is not found it should log a warning message

2015-05-21 Thread Constantino Cronemberger (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14554329#comment-14554329 ] Constantino Cronemberger commented on MTOMCAT-299: -- I have created this

[GitHub] tomcat-maven-plugin pull request: fix for https://issues.apache.or...

2015-05-21 Thread ccronemberger
GitHub user ccronemberger opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/18 fix for https://issues.apache.org/jira/browse/MTOMCAT-299 You can merge this pull request into a Git repository by running: $ git pull

Re: End of life for 6.0.x

2015-05-21 Thread Jeanfrancois Arcand
On 2015-05-21 5:06 PM, Rémy Maucherat wrote: 2015-05-14 15:14 GMT+02:00 Mark Thomas ma...@apache.org: Option 1: Tomcat 6.0.x EOL as of 30 June 2016 Option 2: Tomcat 6.0.x EOL as of 31 December 2016 It has been around for a very long time (2007) but it is a very significant release, so

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57154 Huxing Zhang huxing.zh...@gmail.com changed: What|Removed |Added CC|

svn commit: r1680988 - /tomcat/native/trunk/native/src/sslcontext.c

2015-05-21 Thread billbarker
Author: billbarker Date: Fri May 22 03:34:08 2015 New Revision: 1680988 URL: http://svn.apache.org/r1680988 Log: This should be in C not C++ Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL:

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-05-21 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-tc8.0.x-test-apr has an issue affecting its community

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

2015-05-21 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-test-nio has an issue affecting its community integration.

svn commit: r1680914 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Stream.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 15:45:01 2015 New Revision: 1680914 URL: http://svn.apache.org/r1680914 Log: Thread safety for windowSize Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified:

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

2015-05-21 Thread remm
Author: remm Date: Thu May 21 15:31:30 2015 New Revision: 1680909 URL: http://svn.apache.org/r1680909 Log: Set useCaches to true for testing before removing it. I am now more interested in channel caching, but IMO processor (and also event in NIO1) caching should be dropped. Modified:

svn commit: r1680910 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Http2UpgradeHandler.java Stream.java WriteStateMachine.java

2015-05-21 Thread markt
Author: markt Date: Thu May 21 15:31:43 2015 New Revision: 1680910 URL: http://svn.apache.org/r1680910 Log: Re-thinking flow control / write coordination WriteStateMachine no longer required (but it can be brought back from svn history if I change my mind again). Connection level flow control

buildbot exception in ASF Buildbot on tomcat-trunk

2015-05-21 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1247 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1680928 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/config/http.xml

2015-05-21 Thread remm
Author: remm Date: Thu May 21 17:11:49 2015 New Revision: 1680928 URL: http://svn.apache.org/r1680928 Log: Drop useCaches from NIO2 and fix issue in doc. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/webapps/docs/config/http.xml Modified:

Re: svn commit: r1680928 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/config/http.xml

2015-05-21 Thread Rémy Maucherat
2015-05-21 19:11 GMT+02:00 r...@apache.org: Author: remm Date: Thu May 21 17:11:49 2015 New Revision: 1680928 URL: http://svn.apache.org/r1680928 Log: Drop useCaches from NIO2 and fix issue in doc. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java