Djunit.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-NIO
-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-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
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:
tomcat/trunk/java/org/apac
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 be
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 i
2015-06-03 12:08 GMT+02:00 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
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
Modified:
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: tomcat/trunk/java/org/apache/coyote/http2/St
[
https://issues.apache.org/jira/browse/MTOMCAT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570844#comment-14570844
]
Constantino Cronemberger commented on MTOMCAT-266:
--
It looks like this i
[
https://issues.apache.org/jira/browse/MTOMCAT-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570852#comment-14570852
]
Constantino Cronemberger edited comment on MTOMCAT-83 at 6/3/15 1:55 PM:
---
[
https://issues.apache.org/jira/browse/MTOMCAT-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570852#comment-14570852
]
Constantino Cronemberger commented on MTOMCAT-83:
-
Isn't this issue very s
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:
tomcat/trunk/java/org/apache/coyote/
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
tomcat/trunk/test/org/apache/coyote/http2/
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: tomcat/trunk/test/org/apache/coyote/
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: tomca
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: tomcat/trunk/java/org/apache/coyote/http2/Http2Upgra
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:
http://svn.ap
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:
htt
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:
tomcat/trunk/java/org/apach
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
Modi
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
> -
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.
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.
---
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
25 matches
Mail list logo