svn commit: r1677207 - /tomcat/trunk/webapps/docs/config/http.xml

2015-05-01 Thread markt
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

svn commit: r1677206 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/config/

2015-05-01 Thread markt
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

svn commit: r1677204 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Protocol.java java/org/apache/tomcat/util/net/SSLHostConfig.java java/org/apache/tomcat/util/net/jsse/JSSESocketFac

2015-05-01 Thread markt
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

svn commit: r1677201 - /tomcat/trunk/webapps/docs/config/http.xml

2015-05-01 Thread markt
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

Re: Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread Mark Thomas
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

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-05-01 Thread buildbot
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

svn commit: r1677163 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2015-05-01 Thread kkolinko
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

buildbot exception in ASF Buildbot on tomcat-trunk

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

Re: Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread Rémy Maucherat
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

Re: [VOTE] Release Apache Tomcat 8.0.22

2015-05-01 Thread Felix Schumacher
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

svn commit: r1677141 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2015-05-01 Thread kkolinko
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

svn commit: r1677140 - /tomcat/trunk/build.properties.default

2015-05-01 Thread kkolinko
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

svn commit: r1677138 - /tomcat/trunk/webapps/docs/config/http.xml

2015-05-01 Thread markt
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

svn commit: r1677135 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/openssl/ test/org/ap

2015-05-01 Thread markt
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

Re: [VOTE] Release Apache Tomcat 8.0.22

2015-05-01 Thread 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 17900 requests) jmeters threads will not get a >>> response fro

Re: [VOTE] Release Apache Tomcat 8.0.22

2015-05-01 Thread Felix Schumacher
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

svn commit: r1677129 - /tomcat/trunk/webapps/docs/config/http.xml

2015-05-01 Thread markt
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/

Re: Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread Mark Thomas
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

Re: Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread Mark Thomas
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

Re: [VOTE] Release Apache Tomcat 8.0.22

2015-05-01 Thread 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 distribution on Windows 7

Re: Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread Jess Holle
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

Re: [VOTE] Release Apache Tomcat 8.0.22

2015-05-01 Thread Felix Schumacher
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

svn commit: r1677111 - in /tomcat/site/trunk: docs/index.html docs/whoweare.html xdocs/whoweare.xml

2015-05-01 Thread markt
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/

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-01 Thread bugzilla
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

svn commit: r1677107 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/config/

2015-05-01 Thread markt
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

Re: svn commit: r1677080 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java webapps/docs/config/http.xml

2015-05-01 Thread Mark Thomas
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

Tomcat 9 connector refactoring: NIO vs NIO2

2015-05-01 Thread 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 the socket is ready to perform that operation. NIO2

Tomcat 9 connector refactoring: OOM Parachute

2015-05-01 Thread Mark Thomas
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

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

2015-05-01 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-201505

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

2015-05-01 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-201505