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

2015-06-04 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-nio2 has an issue affecting its community integration. T

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

2015-06-04 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

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1325 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

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

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:58:15 2015 New Revision: 1683643 URL: http://svn.apache.org/r1683643 Log: Fix a TODO Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java URL: http://svn.ap

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

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:54:43 2015 New Revision: 1683640 URL: http://svn.apache.org/r1683640 Log: First attempt (untested) at incoming flow control Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.

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

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:31:19 2015 New Revision: 1683630 URL: http://svn.apache.org/r1683630 Log: Push promise frames should never be received by the server Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/java/org/apache/coyote/http2/LocalString

svn commit: r1683627 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:27:33 2015 New Revision: 1683627 URL: http://svn.apache.org/r1683627 Log: Clean-up Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java URL: http://svn.apache.org/viewvc/to

svn commit: r1683626 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:24:32 2015 New Revision: 1683626 URL: http://svn.apache.org/r1683626 Log: Add rst stream processing Clean up some stream related debug log messages Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apache/coyote

svn commit: r1683622 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2Parser.java java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/LocalStrings.properties test/o

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:07:56 2015 New Revision: 1683622 URL: http://svn.apache.org/r1683622 Log: Switch to using new Enum for frame types Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1683621 - /tomcat/trunk/java/org/apache/coyote/http2/FrameType.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 20:07:31 2015 New Revision: 1683621 URL: http://svn.apache.org/r1683621 Log: New Enum for FrameType with built-in validation Added: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java (with props) Added: tomcat/trunk/java/org/apache/coyote/http2/FrameTyp

[Bug 53367] Database failure may cause pool to hang

2015-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53367 Filip Hanik changed: What|Removed |Added CC||alex-pub.apache-ant@reflexi

[Bug 56660] Resource leak in FairBlockingQueue::poll method

2015-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56660 Filip Hanik changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

svn commit: r1683598 - /tomcat/native/trunk/NOTICE

2015-06-04 Thread rjung
Author: rjung Date: Thu Jun 4 17:10:09 2015 New Revision: 1683598 URL: http://svn.apache.org/r1683598 Log: Add info to NOTICE about origins of some features we'll integrate from other tcnative forks. Netty and Twitter agreed on us porting stuff back. Their fork is under Apache Software License.

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-04 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/1324 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1323 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

Re: Merging Netty and Twitter fork of tcnative back

2015-06-04 Thread Rémy Maucherat
2015-06-04 15:13 GMT+02:00 Rainer Jung : > There are some forks of tcnative. One from twitter named finagle-native: > > https://github.com/twitter/finagle/tree/master/finagle-native > > mostly in the form of a big patch: > > > https://github.com/twitter/finagle/blob/master/finagle-native/tomcat-na

svn commit: r1683577 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 15:32:01 2015 New Revision: 1683577 URL: http://svn.apache.org/r1683577 Log: Start to refactor validation. This aims to: - reduce duplication - improve readability - concentrate validation code so it is easier to verify against the spec Modified: tomcat/trunk/ja

svn commit: r1683573 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 15:12:07 2015 New Revision: 1683573 URL: http://svn.apache.org/r1683573 Log: Fix bugs spotted by IDE Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java URL: http://svn.apach

svn commit: r1683572 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 15:07:16 2015 New Revision: 1683572 URL: http://svn.apache.org/r1683572 Log: Add initial tests for section 5.1 Add placeholder for PUSH_PROMISE frames (should never be received) Expand state machine to start tracking allowed frames for each state Stream now informs t

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-04 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/1322 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1321 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

[Bug 57969] @PathParam annotation captures incorrect value under high load

2015-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 --- Comment #1 from Violeta Georgieva --- Created attachment 32794 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32794&action=edit Patch proposal Hi, I succeeded to reproduce the issue. I'm attaching a patch proposal. Regards, Viole

svn commit: r1683554 - in /tomcat/trunk/test/org/apache/coyote/http2: TestHttp2Section_3_2.java TestHttp2Section_3_2_1.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 14:10:21 2015 New Revision: 1683554 URL: http://svn.apache.org/r1683554 Log: Merge test classes for consistency Removed: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2_1.java Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Sectio

Re: Merging Netty and Twitter fork of tcnative back

2015-06-04 Thread Mark Thomas
On 04/06/2015 14:13, Rainer Jung wrote: > There are some forks of tcnative. One from twitter named finagle-native: > > https://github.com/twitter/finagle/tree/master/finagle-native > > mostly in the form of a big patch: > > https://github.com/twitter/finagle/blob/master/finagle-native/tomcat-nat

svn commit: r1683546 - in /tomcat/trunk/test/org/apache/coyote/http2: Http2TestBase.java TestHttp2Section_4_1.java TestHttp2Section_4_3.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 13:31:14 2015 New Revision: 1683546 URL: http://svn.apache.org/r1683546 Log: Add unit tests to check headers and any associated continuation frames are contiguous. Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java tomcat/trunk/test/org/

Merging Netty and Twitter fork of tcnative back

2015-06-04 Thread Rainer Jung
There are some forks of tcnative. One from twitter named finagle-native: https://github.com/twitter/finagle/tree/master/finagle-native mostly in the form of a big patch: https://github.com/twitter/finagle/blob/master/finagle-native/tomcat-native-1.1.27.finagle.patch Another one inside Netty:

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-04 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/1320 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

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

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 11:39:51 2015 New Revision: 1683524 URL: http://svn.apache.org/r1683524 Log: Add support for continuation frames, refactoring the now common header block processing into a separate method. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

svn commit: r1683523 - /tomcat/trunk/java/org/apache/coyote/http2/Flags.java

2015-06-04 Thread markt
Author: markt Date: Thu Jun 4 11:38:33 2015 New Revision: 1683523 URL: http://svn.apache.org/r1683523 Log: Add a utility class for testing flags Added: tomcat/trunk/java/org/apache/coyote/http2/Flags.java (with props) Added: tomcat/trunk/java/org/apache/coyote/http2/Flags.java URL: http:

[Bug 57980] After submitting a multipart form-data, if the Http request object is not parsed and return from server without parsing, causes browser crashed ('program cannot display the webpage' messag

2015-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57980 --- Comment #10 from Chuck Caldarale --- (In reply to pgarnaik.world from comment #9) > Thanks a lot, Chuck's hint 'maxSwallowSize' resolves the issue. Note that a large value makes DoS attacks more effective. Use the mailing list for furth

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

2015-06-04 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-201506

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

2015-06-04 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-201506