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
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
As I work through the SSL changes, I've been thinking about the
remaining differences between the connectors and in a couple of cases
I've started to wonder if some of the features should be retained in
Tomcat 9.
First on my list is the OOM parachute. The feature reserves a block of
memory and the
Next up on my list is the NIO2 connector.
NIO and APR/native both use a polling approach to non-blocking I/O. You
add the socket to the poller, tell it what operation (read/write) you
want to perform and then you wait for the poller to tell you the socket
is ready to perform that operation.
NIO2
On 30/04/2015 22:33, ma...@apache.org wrote:
> Author: markt
> Date: Thu Apr 30 21:33:27 2015
> New Revision: 1677080
>
> URL: http://svn.apache.org/r1677080
> Log:
> Make cipher suite order significant (expressing preference) for JSSE to align
> with OpenSSL.
I thought APR/native was hard-coded
Author: markt
Date: Fri May 1 10:33:43 2015
New Revision: 1677107
URL: http://svn.apache.org/r1677107
Log:
Move useServerCipherSuitesOrder/SSLHonorCipherOrder to SSLHostConfig
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
tomcat/trunk/java/org/apache/co
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #12 from Mark Thomas ---
All looks good. Since this is a new feature it needs to be added to trunk first
and then back-ported so patches are required for trunk and 8.0.x as well.
--
You are receiving this mail because:
You are the
Author: markt
Date: Fri May 1 11:23:28 2015
New Revision: 1677111
URL: http://svn.apache.org/r1677111
Log:
Add André at his request
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml
Modified: tomcat/site/trunk/docs/
Am 01.05.2015 um 01:47 schrieb Ognjen Blagojevic:
On 29.4.2015 18:41, Mark Thomas wrote:
The proposed 8.0.22 release is:
[X] Broken - do not release
[ ] Stable - go ahead and release as 8.0.22
Tested .zip distribution on Windows 7 64-bit, Oracle JDK 1.8.0_45 and
APR/native 1.1.33:
- Crawled
On 01/05/2015 13:07, Felix Schumacher wrote:
> Am 01.05.2015 um 01:47 schrieb Ognjen Blagojevic:
>> On 29.4.2015 18:41, Mark Thomas wrote:
>>> The proposed 8.0.22 release is:
>>> [X] Broken - do not release
>>> [ ] Stable - go ahead and release as 8.0.22
>>
>> Tested .zip distribution on Windows 7
Naively, looking at the Tomcat documentation and note the comparison
table there makes it appear that:
1. NIO2 offers everything NIO does
2. NIO cannot offer true blocking IO, whereas NIO2 can
If that's not true, then the documentation should be updated at least
And, of course, NIO2 just s
On 01/05/2015 13:42, Jess Holle wrote:
> Naively, looking at the Tomcat documentation and note the comparison
> table there makes it appear that:
>
> 1. NIO2 offers everything NIO does
> 2. NIO cannot offer true blocking IO, whereas NIO2 can
>
> If that's not true, then the documentation should b
On 01/05/2015 14:02, Mark Thomas wrote:
> On 01/05/2015 13:42, Jess Holle wrote:
>> Naively, looking at the Tomcat documentation and note the comparison
>> table there makes it appear that:
>>
>> 1. NIO2 offers everything NIO does
>> 2. NIO cannot offer true blocking IO, whereas NIO2 can
>>
>> If t
Author: markt
Date: Fri May 1 13:06:32 2015
New Revision: 1677129
URL: http://svn.apache.org/r1677129
Log:
NIO2 uses simulated blocking (a separate call to the read/write that blocks
until the read/write completes)
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/
Am 01.05.2015 um 14:53 schrieb Mark Thomas:
On 01/05/2015 13:07, Felix Schumacher wrote:
Am 01.05.2015 um 01:47 schrieb Ognjen Blagojevic:
On 29.4.2015 18:41, Mark Thomas wrote:
The proposed 8.0.22 release is:
[X] Broken - do not release
[ ] Stable - go ahead and release as 8.0.22
Tested .zip
On 01/05/2015 14:07, Felix Schumacher wrote:
> Am 01.05.2015 um 14:53 schrieb Mark Thomas:
>> On 01/05/2015 13:07, Felix Schumacher wrote:
>>> * NIO2 seems to run OK at first, but after a while (last test the
>>> "while" ended after 17900 requests) jmeters threads will not get a
>>> response fro
Author: markt
Date: Fri May 1 13:36:20 2015
New Revision: 1677135
URL: http://svn.apache.org/r1677135
Log:
Move ciphers/SSLCipherSuite to SSLHostConfig
Added:
tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfig.java (with
props)
Modified:
tomcat/trunk/java/org/apache/coyote
Author: markt
Date: Fri May 1 13:42:26 2015
New Revision: 1677138
URL: http://svn.apache.org/r1677138
Log:
Move clientCertProvider to correct section
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/to
Author: kkolinko
Date: Fri May 1 13:46:13 2015
New Revision: 1677140
URL: http://svn.apache.org/r1677140
Log:
Update to Checkstyle 6.6
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.proper
Author: kkolinko
Date: Fri May 1 13:51:37 2015
New Revision: 1677141
URL: http://svn.apache.org/r1677141
Log:
Update to Checkstyle 6.6.
Correct subsection name in changelog file.
Merged r1677140 from tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/bu
Am 1. Mai 2015 15:19:44 MESZ, schrieb Mark Thomas :
>On 01/05/2015 14:07, Felix Schumacher wrote:
>> Am 01.05.2015 um 14:53 schrieb Mark Thomas:
>>> On 01/05/2015 13:07, Felix Schumacher wrote:
>
>
>
* NIO2 seems to run OK at first, but after a while (last test the
"while" ended after 1
2015-05-01 11:55 GMT+02:00 Mark Thomas :
> Next up on my list is the NIO2 connector.
>
> NIO and APR/native both use a polling approach to non-blocking I/O. You
> add the socket to the poller, tell it what operation (read/write) you
> want to perform and then you wait for the poller to tell you th
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/1180
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: kkolinko
Date: Fri May 1 15:01:43 2015
New Revision: 1677163
URL: http://svn.apache.org/r1677163
Log:
Re-order alphabetically. ('r' > 'n')
Modified:
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml
Modified: tomcat/site/trunk/docs/whoweare.html
URL:
htt
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/236
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
On 01/05/2015 15:03, Rémy Maucherat wrote:
> 2015-05-01 11:55 GMT+02:00 Mark Thomas :
>> So, should we drop one of NIO or NIO2 in Tomcat 9? If not, why not? If
>> yes, which one?
>>
>> I volunteer to help maintain NIO2 for the time being, so I am not in favor
> of removing it at the moment. Unfort
Author: markt
Date: Fri May 1 18:23:58 2015
New Revision: 1677201
URL: http://svn.apache.org/r1677201
Log:
Drop duplicates
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/con
Author: markt
Date: Fri May 1 18:31:01 2015
New Revision: 1677204
URL: http://svn.apache.org/r1677204
Log:
Rename keystoreFile ->certificateKeystoreFile
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostCo
Author: markt
Date: Fri May 1 18:52:24 2015
New Revision: 1677206
URL: http://svn.apache.org/r1677206
Log:
More migration to SSLHostConfig
keyPass/SSLPassword -> certificateKeyPassword
keystorePass -> certificateKeystorePassword
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHt
Author: markt
Date: Fri May 1 18:55:33 2015
New Revision: 1677207
URL: http://svn.apache.org/r1677207
Log:
Typo
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xm
30 matches
Mail list logo