[Bug 57959] Deadlock in FileHandler.java when log is rotated

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57959 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn propchange: r1682152 - svn:log

2015-05-27 Thread violetagg
Author: violetagg Revision: 1682152 Modified property: svn:log Modified: svn:log at Thu May 28 06:57:30 2015 -- --- svn:log (original) +++ svn:log Thu May 28 06:57:30 2015 @@ -1,2 +1,3 @@ +Fix https://bz.apache.org/bugzill

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

2015-05-27 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. Th

svn commit: r1682152 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2015-05-27 Thread violetagg
Author: violetagg Date: Thu May 28 06:54:35 2015 New Revision: 1682152 URL: http://svn.apache.org/r1682152 Log: Partially merged revision 1582064 from tomcat/tc8.0.x/trunk: Fixed deadlock in org.apache.juli.FileHandler when log is rotated. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2015-05-27 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 integration.

buildbot success in ASF Buildbot on tomcat-trunk

2015-05-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1279 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1682102 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread remm
Author: remm Date: Wed May 27 19:25:15 2015 New Revision: 1682102 URL: http://svn.apache.org/r1682102 Log: Revert r1682087: likely unneeded. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomca

Re: svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread Rémy Maucherat
2015-05-27 20:22 GMT+02:00 Mark Thomas : > On 27/05/2015 18:45, r...@apache.org wrote: > > Author: remm > > Date: Wed May 27 17:45:31 2015 > > New Revision: 1682087 > > > > URL: http://svn.apache.org/r1682087 > > Log: > > Avoid IO peeking with NIO2 to read the request line (introduced in > r168174

[Bug 57959] New: Deadlock in FileHandler.java when log is rotated

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57959 Bug ID: 57959 Summary: Deadlock in FileHandler.java when log is rotated Product: Tomcat 7 Version: 7.0.62 Hardware: PC OS: Linux Status: NEW Severity: m

[Bug 57953] Support multiple TLS certificate types for a single TLS virtual host

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57953 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this m

svn commit: r1682095 - /tomcat/trunk/java/org/apache/juli/logging/LogFactory.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 18:27:48 2015 New Revision: 1682095 URL: http://svn.apache.org/r1682095 Log: Javadoc (trying to trigger a CI build) Modified: tomcat/trunk/java/org/apache/juli/logging/LogFactory.java Modified: tomcat/trunk/java/org/apache/juli/logging/LogFactory.java URL: htt

Re: svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread Mark Thomas
On 27/05/2015 18:45, r...@apache.org wrote: > Author: remm > Date: Wed May 27 17:45:31 2015 > New Revision: 1682087 > > URL: http://svn.apache.org/r1682087 > Log: > Avoid IO peeking with NIO2 to read the request line (introduced in r1681742), > as the processor and its buffer is no longer associa

buildbot success in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread remm
Author: remm Date: Wed May 27 17:45:31 2015 New Revision: 1682087 URL: http://svn.apache.org/r1682087 Log: Avoid IO peeking with NIO2 to read the request line (introduced in r1681742), as the processor and its buffer is no longer associated and may not be the one processing the request. Modifie

Re: svn commit: r1682079 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11Nio2Protocol.java tomcat/util/net/Nio2Endpoint.java

2015-05-27 Thread Rémy Maucherat
2015-05-27 19:11 GMT+02:00 Mark Thomas : > On 27/05/2015 18:09, ma...@apache.org wrote: > > Author: markt > > Date: Wed May 27 17:09:47 2015 > > New Revision: 1682079 > > Forgot to add that the NIO2 tests pass consistently on my laptop. We'll > see what the CI system thinks in a couple of hours. >

Re: svn commit: r1682079 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11Nio2Protocol.java tomcat/util/net/Nio2Endpoint.java

2015-05-27 Thread Mark Thomas
On 27/05/2015 18:09, ma...@apache.org wrote: > Author: markt > Date: Wed May 27 17:09:47 2015 > New Revision: 1682079 Forgot to add that the NIO2 tests pass consistently on my laptop. We'll see what the CI system thinks in a couple of hours. Mark > > URL: http://svn.apache.org/r1682079 > Log:

svn commit: r1682079 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11Nio2Protocol.java tomcat/util/net/Nio2Endpoint.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 17:09:47 2015 New Revision: 1682079 URL: http://svn.apache.org/r1682079 Log: Fix race condition in NIO2. The issue is: - Thread one (T1) triggers a non-blocking read - The read returns no data so a read (R1) is pending - T1 completes processing - R1 completes and not

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-05-27 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/660 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

svn commit: r1682072 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/net/TesterSupport.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 16:27:50 2015 New Revision: 1682072 URL: http://svn.apache.org/r1682072 Log: Allow TestSsl unit test to succeed even when tcnative was build with an old OpenSSL (0.9.8 or 1.0.0) which we still support. Backport of r1682064 and r1682070 from TC8 plus adjustment for J

svn commit: r1682070 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 16:22:53 2015 New Revision: 1682070 URL: http://svn.apache.org/r1682070 Log: And yet another comment typo. Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSu

svn commit: r1682064 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 15:49:56 2015 New Revision: 1682064 URL: http://svn.apache.org/r1682064 Log: Allow TestSsl unit test to succeed even when tcnative was build with an old OpenSSL (0.9.8 or 1.0.0) which we still support. Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/n

svn commit: r1682063 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 15:47:11 2015 New Revision: 1682063 URL: http://svn.apache.org/r1682063 Log: Fix merge error. Backport of r1682062 from TC8. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Propchange:

svn commit: r1682062 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 15:46:20 2015 New Revision: 1682062 URL: http://svn.apache.org/r1682062 Log: Fix merge error. Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: h

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-05-27 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/275 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-05-27 Thread buildbot
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/1275 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1682054 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:57:05 2015 New Revision: 1682054 URL: http://svn.apache.org/r1682054 Log: Supporting "+" and "-" syntax in SSLProtocol configuration (OpenSSL). This allows settings like "all-TLSv1" (or if you prefer "all-TLSv1"). The list is always build starting with an empty l

svn commit: r1682053 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:49:51 2015 New Revision: 1682053 URL: http://svn.apache.org/r1682053 Log: Wrong category. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/tr

svn commit: r1682052 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:47:32 2015 New Revision: 1682052 URL: http://svn.apache.org/r1682052 Log: Changelog for r1682034. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc

svn commit: r1682049 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:39:41 2015 New Revision: 1682049 URL: http://svn.apache.org/r1682049 Log: Use constants for SSL/TLS protocol names to reduce chances of fatal consequences of string typos. Backport of r1681770 from trunk resp. r1682010 and r1682047 from TC8. Modified: tomcat

svn commit: r1682048 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-05-27 Thread markt
Author: markt Date: Wed May 27 14:38:47 2015 New Revision: 1682048 URL: http://svn.apache.org/r1682048 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1682048&r1=1682047&r2=16

svn commit: r1682047 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Constants.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:37:45 2015 New Revision: 1682047 URL: http://svn.apache.org/r1682047 Log: Remove new but unused constant. Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Constants.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Constants.j

svn commit: r1682046 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 14:36:24 2015 New Revision: 1682046 URL: http://svn.apache.org/r1682046 Log: Align release() for APR with NIO Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

svn commit: r1682045 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:34:51 2015 New Revision: 1682045 URL: http://svn.apache.org/r1682045 Log: Propose. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1682045&r1=1682044&r

svn commit: r1682034 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/config/http.xml

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:12:51 2015 New Revision: 1682034 URL: http://svn.apache.org/r1682034 Log: Supporting "+" and "-" syntax in SSLProtocol configuration (OpenSSL). This allows settings like "all-TLSv1" (or if you prefer "all-TLSv1"). The list is always build starting with an empty l

svn commit: r1682033 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 14:07:34 2015 New Revision: 1682033 URL: http://svn.apache.org/r1682033 Log: Fix another typo in comment. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java URL: h

svn commit: r1682032 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java http11/Http11Nio2Protocol.java http11/Http11NioProtocol.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 14:04:03 2015 New Revision: 1682032 URL: http://svn.apache.org/r1682032 Log: Pull up getter/setter for acceptorThreadPriority from NIO/NIO2 and expose it for all three end points. Also expose acceptorThreadCount. Modified: tomcat/trunk/java/org/apache/coyote/Ab

svn commit: r1682030 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11AprProtocol.java tomcat/util/net/AprEndpoint.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 13:51:15 2015 New Revision: 1682030 URL: http://svn.apache.org/r1682030 Log: Align longPool in APR with NIO. It does mean Processors allocated to requests when the connector is shut down could end up being eligible for GC rather than being recycled but there should

svn commit: r1682028 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 13:45:39 2015 New Revision: 1682028 URL: http://svn.apache.org/r1682028 Log: Fix comment typo. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java URL: http://svn.a

svn commit: r1682026 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11Nio2Protocol.java tomcat/util/net/Nio2Endpoint.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 13:43:27 2015 New Revision: 1682026 URL: http://svn.apache.org/r1682026 Log: (empty) Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/

Re: buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-05-27 Thread Mark Thomas
On 27/05/2015 14:11, Mark Thomas wrote: > On 26/05/2015 13:23, Konstantin Kolinko wrote: >> 2015-05-26 13:39 GMT+03:00 Rainer Jung : >>> Apart from the one failed test (BIO TestWebSocketFrameClient) CI logs all >>> tests as having skipped tests, because the test run output does not contain >>> "Ski

buildbot exception in ASF Buildbot on tomcat-trunk

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

Re: svn commit: r1681794 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-05-27 Thread Mark Thomas
On 27/05/2015 08:30, Rémy Maucherat wrote: > 2015-05-27 8:44 GMT+02:00 Mark Thomas : > >> On 26/05/2015 19:43, Rémy Maucherat wrote: >>> 2015-05-26 20:37 GMT+02:00 Mark Thomas : >>> On 26/05/2015 19:33, Rémy Maucherat wrote: > 2015-05-26 20:17 GMT+02:00 Mark Thomas : > >> It was a

svn commit: r1682012 - /tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 13:25:18 2015 New Revision: 1682012 URL: http://svn.apache.org/r1682012 Log: Javadoc (primarily to trigger a CI build to test updated Ant version on build slave) Modified: tomcat/trunk/java/org/apache/tomcat/JarScannerCallback.java Modified: tomcat/trunk/java/o

svn commit: r1682010 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/openssl/

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 13:24:13 2015 New Revision: 1682010 URL: http://svn.apache.org/r1682010 Log: Use constants for SSL/TLS protocol names to reduce chances of fatal consequences of string typos. Backport of r1681770 from trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-05-27 Thread Mark Thomas
On 26/05/2015 13:23, Konstantin Kolinko wrote: > 2015-05-26 13:39 GMT+03:00 Rainer Jung : >> Apart from the one failed test (BIO TestWebSocketFrameClient) CI logs all >> tests as having skipped tests, because the test run output does not contain >> "Skipped: 0" (checked in our build.xml). >> >> Loc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-05-27 Thread buildbot
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/1273 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1681987 - /tomcat/native/trunk/jnirelease.sh

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 11:32:03 2015 New Revision: 1681987 URL: http://svn.apache.org/r1681987 Log: For trunk force svn export, since we are not exporting a sub directories like for 1.1 but instead into an existing directory. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomc

svn commit: r1681982 - /tomcat/native/trunk/native/src/sslcontext.c

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 11:27:48 2015 New Revision: 1681982 URL: http://svn.apache.org/r1681982 Log: Changes to protocol parsing: - if caller provides no protocol at all, fail early with a specific message - if only SSLv2 is requested fail unconditionally - if multiple protocols are re

svn commit: r1681979 - /tomcat/native/trunk/native/include/ssl_private.h

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 11:25:15 2015 New Revision: 1681979 URL: http://svn.apache.org/r1681979 Log: Remove SSL_PROTOCOL_ALL. In mod_ssl it does set the default values, in tcnative values always come from the caller. Also SSL_PROTOCOL_ALL is not the same as SSL.SSL_PROTOCOL_ALL on the Jav

svn commit: r1681958 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java SSLHostConfig.java jsse/JSSESocketFactory.java

2015-05-27 Thread rjung
Author: rjung Date: Wed May 27 10:26:27 2015 New Revision: 1681958 URL: http://svn.apache.org/r1681958 Log: Add some comments to track handling of TLS default protocols. Remove "ALL" handling from AprEndpoint, because SSLHostConfig already resolves "ALL" to a list of explicit protocols. If "ALL"

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57154 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1681953 [2/2] - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/naming/resources/ test/javax/servlet/http/ test/org/apache/catalina/authenticator/ test/org/apache

2015-05-27 Thread markt
Modified: tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java?rev=1681953&r1=1681952&r2=1681953&view=diff =

svn commit: r1681953 [1/2] - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/naming/resources/ test/javax/servlet/http/ test/org/apache/catalina/authenticator/ test/org/apache

2015-05-27 Thread markt
Author: markt Date: Wed May 27 10:11:28 2015 New Revision: 1681953 URL: http://svn.apache.org/r1681953 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57154 Support a null docBase Added: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/EmptyDirContext.java (with props) Modifi

svn commit: r1681948 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 10:07:02 2015 New Revision: 1681948 URL: http://svn.apache.org/r1681948 Log: Fix deprecation warning Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/ha/conte

svn commit: r1681947 - /tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 10:05:52 2015 New Revision: 1681947 URL: http://svn.apache.org/r1681947 Log: Eclipse says this is no longer required Modified: tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java Modified: tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java URL:

svn commit: r1681946 - /tomcat/tc7.0.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2015-05-27 Thread markt
Author: markt Date: Wed May 27 10:05:05 2015 New Revision: 1681946 URL: http://svn.apache.org/r1681946 Log: Fix Eclipse nag Modified: tomcat/tc7.0.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProce

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

2015-05-27 Thread Bill Barker
ump/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

buildbot exception in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

2015-05-27 Thread buildbot
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/1271 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

Re: Supporting multiple certificates

2015-05-27 Thread Mark Thomas
On 26/05/2015 08:28, Mark Thomas wrote: > On 25/05/2015 15:18, Rainer Jung wrote: > > > >>> Mark has been doing a whole lot of work recently to both unify the TLS >>> configuration across all connectors (OpenSSL and JSSE) as well as >>> support SNI. Since it's all changing, this would be a good

[Bug 57953] New: Support multiple TLS certificate types for a single TLS virtual host

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57953 Bug ID: 57953 Summary: Support multiple TLS certificate types for a single TLS virtual host Product: Tomcat 9 Version: unspecified Hardware: PC OS: Mac OS

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

2015-05-27 Thread Bill Barker
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-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201505

svn commit: r1681930 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-05-27 Thread remm
Author: remm Date: Wed May 27 08:17:00 2015 New Revision: 1681930 URL: http://svn.apache.org/r1681930 Log: Revert since the test is now running. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protoco

Re: svn commit: r1681925 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-05-27 Thread Rémy Maucherat
2015-05-27 9:52 GMT+02:00 : > Author: remm > Date: Wed May 27 07:52:49 2015 > New Revision: 1681925 > > URL: http://svn.apache.org/r1681925 > Log: > Try reverting r1681794 > I'm trying a simple revert because in TestAsyncContextImpl the problem is that there's no pending read to do the keepalive,

svn commit: r1681925 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-05-27 Thread remm
Author: remm Date: Wed May 27 07:52:49 2015 New Revision: 1681925 URL: http://svn.apache.org/r1681925 Log: Try reverting r1681794 Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java URL: ht

Re: svn commit: r1681794 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-05-27 Thread Rémy Maucherat
2015-05-27 8:44 GMT+02:00 Mark Thomas : > On 26/05/2015 19:43, Rémy Maucherat wrote: > > 2015-05-26 20:37 GMT+02:00 Mark Thomas : > > > >> On 26/05/2015 19:33, Rémy Maucherat wrote: > >>> 2015-05-26 20:17 GMT+02:00 Mark Thomas : > >>> > It was a left over from the attempt to make BIO support

[Bug 57939] Classloader leak in org.apache.naming.ContextBindings

2015-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57939 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED