[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.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-tc7.0.x-test-apr has an issue affecting its community integration.

[Bug 57943] New: NioEndpoint, one poller thread died

2015-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57943 Bug ID: 57943 Summary: NioEndpoint, one poller thread died Product: Tomcat 7 Version: 7.0.54 Hardware: PC OS: Linux Status: NEW Severity: critical

[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. Th

[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 integration.

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: http://svn.apache.org/viewvc/tomcat/n

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 : 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 b

[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 changed: What|Removed |Added CC||huxing.zh...@gmail.com --- Comment #6 f

Re: OpenSSL JSSE SSLEngine implementation

2015-05-21 Thread Rémy Maucherat
2015-05-21 19:48 GMT+02:00 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

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 : > 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 doing much to

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 tomcat/t

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: tomcat/trunk/java/org/apache/coyote/http2/

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 -

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 AnyBranchSch

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 ve

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 t

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 : > 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

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: tomcat/tr

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 AnyBranchSc

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: tomcat/trunk/ja

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: tomca

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 (tr

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 multicast-rela

[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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=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 https://github.com/ccronemberger/tomcat

[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: https://issues.apache.org/jira/browse/M

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 examples

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Konstantin Kolinko
2015-05-19 21:43 GMT+03:00 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 onwa

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

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 AnyBranch

[Bug 57940] Failed allocating AJP message buffer

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

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

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: 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 https://bz.apache

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 : > The proposed 8.0.23 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.23 > > Rémy

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Keiichi Fujino
2015-05-20 3:43 GMT+09:00 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 onwa

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 (w

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=1680802&r1=1680801&r2=1680802&view=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=1680802&r1=1680801&r2=1680802&view=diff =

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 tomcat/trunk/jav

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: tomcat/trunk/java/org/apache/catalina/tribes/transport/nio/LocalStrings.pro

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: tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/LocalS

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: tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/LocalStrings.pro

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: tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings.properti

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: 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: tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.proper

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 props)

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: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalS

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: 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 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 th

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: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.ja

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: tomcat/trunk/java/org/apache/co

[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 --- Created attachment 32748 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32748&action=edit Fix for printing log messages in case of contextconfig scan-Tomcat8 Patch for Tomcat8 with below fixes: 1) Log posit

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: http:

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: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

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: http://svn.apache.org/

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 tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.prop

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

2015-05-21 Thread Bill Barker
jar=/srv/gump/public/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-201505

[Bug 57940] Failed allocating AJP message buffer

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

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

2015-05-21 Thread Bill Barker
jar=/srv/gump/public/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-201505