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
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
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
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:
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
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
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:
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/
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
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
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
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
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
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
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
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
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
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
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
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.
https://bz.apache.org/bugzilla/show_bug.cgi?id=53367
Filip Hanik changed:
What|Removed |Added
CC||alex-pub.apache-ant@reflexi
https://bz.apache.org/bugzilla/show_bug.cgi?id=56660
Filip Hanik changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
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
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
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
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
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
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.
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
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
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
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
32 matches
Mail list logo