svn commit: r1683413 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2Parser.java test/org/apache/coyote/http2/TestHttp2Section_4_3.java

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 18:48:40 2015 New Revision: 1683413 URL: http://svn.apache.org/r1683413 Log: Correct error code for decoding issues Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java

Re: [PROPOSAL] Remove tomcat-jdbc from Tomcat 9 onwards

2015-06-03 Thread Christopher Schultz
Mark, On 6/3/15 6:08 AM, Mark Thomas wrote: A connection pooling question on the users list prompted me to write a short history [1] of Tomcat's connection pooling with respect to DBCP 1, DBCP 2 and tomcat-jdbc. That got me thinking. Given the current situation: - DBCP 2 is stable - The

[PROPOSAL] Remove tomcat-jdbc from Tomcat 9 onwards

2015-06-03 Thread Mark Thomas
A connection pooling question on the users list prompted me to write a short history [1] of Tomcat's connection pooling with respect to DBCP 1, DBCP 2 and tomcat-jdbc. That got me thinking. Given the current situation: - DBCP 2 is stable - The Commons community is supporting DBCP 2 - tomcat-jdbc

Re: [PROPOSAL] Remove tomcat-jdbc from Tomcat 9 onwards

2015-06-03 Thread Rémy Maucherat
2015-06-03 12:08 GMT+02:00 Mark Thomas ma...@apache.org: A connection pooling question on the users list prompted me to write a short history [1] of Tomcat's connection pooling with respect to DBCP 1, DBCP 2 and tomcat-jdbc. That got me thinking. Given the current situation: - DBCP 2 is

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

2015-06-03 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-20150603-native-src.tar.gz

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

2015-06-03 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-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150603-native-src.tar.gz

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

2015-06-03 Thread Bill Barker
/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-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150603-native-src.tar.gz

svn commit: r1683260 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

2015-06-03 Thread remm
Author: remm Date: Wed Jun 3 09:39:06 2015 New Revision: 1683260 URL: http://svn.apache.org/r1683260 Log: The JSSE support class contains only generic code that uses a standard SSL session, so it is normally possible to reuse it. Make constructor public. Modified:

[ANN] End of life for Apache Tomcat 6.0.x

2015-06-03 Thread Mark Thomas
The Apache Tomcat team announces that support for Apache Tomcat 6.0.x will end on 31 December 2016. This means that after 31 December 2016: - releases from the 6.0.x branch are highly unlikely - bugs affecting only the 6.0.x branch will not be addressed - security vulnerability reports will not

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

2015-06-03 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-20150603-native-src.tar.gz

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 13:56:45 2015 New Revision: 1683337 URL: http://svn.apache.org/r1683337 Log: Add a test for ignoring unknown frame types Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_1.java (with props) Modified:

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 14:08:53 2015 New Revision: 1683339 URL: http://svn.apache.org/r1683339 Log: Add test to confirm that the server ignores the reserved bit if set Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java

[jira] [Commented] (MTOMCAT-83) Support specifying arguments using a real forked JVM

2015-06-03 Thread Constantino Cronemberger (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14570852#comment-14570852 ] Constantino Cronemberger commented on MTOMCAT-83: - Isn't this issue very

[jira] [Comment Edited] (MTOMCAT-83) Support specifying arguments using a real forked JVM

2015-06-03 Thread Constantino Cronemberger (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14570852#comment-14570852 ] Constantino Cronemberger edited comment on MTOMCAT-83 at 6/3/15 1:55 PM:

svn commit: r1683350 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 14:52:44 2015 New Revision: 1683350 URL: http://svn.apache.org/r1683350 Log: Add an initial test case for RFC7540, section 4.3 Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java (with props) Added:

[jira] [Commented] (MTOMCAT-266) The fork attribute crashes Tomcat on startup

2015-06-03 Thread Constantino Cronemberger (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14570844#comment-14570844 ] Constantino Cronemberger commented on MTOMCAT-266: -- It looks like this

svn commit: r1683322 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 13:18:32 2015 New Revision: 1683322 URL: http://svn.apache.org/r1683322 Log: inBuffer needs to be volatile for double checked locking to work. Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified:

svn commit: r1683321 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 13:17:54 2015 New Revision: 1683321 URL: http://svn.apache.org/r1683321 Log: Increase default buffer size to match minimum frame size. Use lazy init for buffers to reduce memory footprint Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java

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

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

[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-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57980 --- Comment #9 from pgarnaik.wo...@gmail.com --- Thanks a lot, Chuck's hint 'maxSwallowSize' resolves the issue. I was not aware of this attribute. -- You are receiving this mail because: You are the assignee for the bug.

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

2015-06-03 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: r1683410 - /tomcat/trunk/java/org/apache/coyote/http2/ErrorCode.java

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 18:43:33 2015 New Revision: 1683410 URL: http://svn.apache.org/r1683410 Log: Extract error codes to new Enum Added: tomcat/trunk/java/org/apache/coyote/http2/ErrorCode.java (with props) Added: tomcat/trunk/java/org/apache/coyote/http2/ErrorCode.java URL:

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 18:44:15 2015 New Revision: 1683411 URL: http://svn.apache.org/r1683411 Log: Add new method to set four bytes Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java Modified: tomcat/trunk/java/org/apache/coyote/http2/ByteUtil.java URL:

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 18:45:52 2015 New Revision: 1683412 URL: http://svn.apache.org/r1683412 Log: Swtich to new Enum for error code Add parsing for the Goaway frame (some TODOs in this code) Enable test for header decoding issues that now passes Modified:

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 17:36:40 2015 New Revision: 1683392 URL: http://svn.apache.org/r1683392 Log: Lower log level for connection errors to debug since they are easily triggered by clients. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

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

2015-06-03 Thread markt
Author: markt Date: Wed Jun 3 17:52:22 2015 New Revision: 1683395 URL: http://svn.apache.org/r1683395 Log: Add missing flags field from GOAWAY constant Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: