buildbot success in on tomcat-8-trunk

2016-02-19 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/462 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1731308 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/connector/TestSendFile.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 22:59:08 2016 New Revision: 1731308 URL: http://svn.apache.org/viewvc?rev=1731308=rev Log: Back-port the send file unit test Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/connector/TestSendFile.java - copied, changed from r1731306,

svn commit: r1731306 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestSendFile.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 22:53:50 2016 New Revision: 1731306 URL: http://svn.apache.org/viewvc?rev=1731306=rev Log: Back-port the send file unit test Added: tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestSendFile.java - copied, changed from r1731286,

svn commit: r1731304 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/SendfileState

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 22:31:42 2016 New Revision: 1731304 URL: http://svn.apache.org/viewvc?rev=1731304=rev Log: Follow-up to r1731119 There are three possible return values rather than two for processSendFile() Added:

svn commit: r1731303 - in /tomcat/tc8.0.x/trunk/java/org/apache: coyote/http11/Http11Nio2Processor.java coyote/http11/Http11NioProcessor.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/NioEndpo

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 22:27:39 2016 New Revision: 1731303 URL: http://svn.apache.org/viewvc?rev=1731303=rev Log: Follow-up to r1731093. There are three possible return values rather than two for processSendFile() Added:

Re: TestSendFile.NIO is failing in Tomcat 8

2016-02-19 Thread Mark Thomas
On 19/02/2016 21:15, Konstantin Kolinko wrote: > Hi! > > The following test fails at Buildbot in Tomcat 8 for several last runs > (##460, 461): > I guess something is wrong with recent processor recycle fix (I have > not reviewed it yet). Yep. I'm going to have to back-port some more

TestSendFile.NIO is failing in Tomcat 8

2016-02-19 Thread Konstantin Kolinko
Hi! The following test fails at Buildbot in Tomcat 8 for several last runs (##460, 461): TEST-org.apache.catalina.connector.TestSendFile.NIO.txt BIO, NIO2 are OK, Tomcat trunk is OK, Tomcat 7 is OK. Log file:

Re: svn commit: r1731291 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/startup/TestContextConfigAnnotation.java webapps/docs/changelog.xml

2016-02-19 Thread Mark Thomas
On 19/02/2016 19:30, ma...@apache.org wrote: > Author: markt > Date: Fri Feb 19 19:30:53 2016 > New Revision: 1731291 > > URL: http://svn.apache.org/viewvc?rev=1731291=rev > Log: > Refactor to use a local variable rather than a field. > Even after the cache is cleared it uses significant memory

svn commit: r1731291 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/startup/TestContextConfigAnnotation.java webapps/docs/changelog.xml

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 19:30:53 2016 New Revision: 1731291 URL: http://svn.apache.org/viewvc?rev=1731291=rev Log: Refactor to use a local variable rather than a field. Even after the cache is cleared it uses significant memory because of the size the Map has grown to. Modified:

[Bug 57809] Don't store merged web.xml

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1731288 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/tomcat/util/scan/Constants.java webapps/docs/changelog.xml

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 19:08:14 2016 New Revision: 1731288 URL: http://svn.apache.org/viewvc?rev=1731288=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 Deprecate the custom context attribute that holds the effective web.xml. Components needing access to configuration

svn commit: r1731284 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/tomcat/util/scan/Constants.java webapps/docs/changelog.xml

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 19:03:04 2016 New Revision: 1731284 URL: http://svn.apache.org/viewvc?rev=1731284=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 Remove the custom context attribute that held the effective web.xml. Components needing access to configuration

svn commit: r1731283 - /tomcat/trunk/java/org/apache/tomcat/util/scan/Constants.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 19:02:38 2016 New Revision: 1731283 URL: http://svn.apache.org/viewvc?rev=1731283=rev Log: Deprecate in preparation for removal Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/Constants.java Modified:

buildbot success in on tomcat-trunk

2016-02-19 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1090 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1731281 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 18:24:52 2016 New Revision: 1731281 URL: http://svn.apache.org/viewvc?rev=1731281=rev Log: Correct name after r1731275 Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified:

svn commit: r1731279 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatClassLoader.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 17:59:05 2016 New Revision: 1731279 URL: http://svn.apache.org/viewvc?rev=1731279=rev Log: Make the tests implementation neutral (as long as it extends WebappClassLoaderBase) Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatClassLoader.java

svn commit: r1731278 - /tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 17:58:15 2016 New Revision: 1731278 URL: http://svn.apache.org/viewvc?rev=1731278=rev Log: Update for parallel class loader Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java Modified:

svn commit: r1731277 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 17:57:26 2016 New Revision: 1731277 URL: http://svn.apache.org/viewvc?rev=1731277=rev Log: Make the tests implementation neutral (as long as it extends WebappClassLoaderBase) Modified:

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

2016-02-19 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20160219-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160219.jar -Dcommons

buildbot failure in on tomcat-trunk

2016-02-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1087 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1731275 - in /tomcat/trunk/java/org/apache/catalina: loader/ResourceEntry.java loader/WebappClassLoaderBase.java webresources/Cache.java webresources/FileResource.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 17:09:35 2016 New Revision: 1731275 URL: http://svn.apache.org/viewvc?rev=1731275=rev Log: Refactoring to reduce the impact on the memory footprint of the resource cache within the web application class loader. Main changes: - WebResources caches everything apart

svn commit: r1731273 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappLoader.java webapps/docs/changelog.xml webapps/docs/config/loader.xml

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 17:01:58 2016 New Revision: 1731273 URL: http://svn.apache.org/viewvc?rev=1731273=rev Log: Switch to parallel web application class loading by default. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java

[Bug 57130] Allow digest.sh to accept password from a file or from stdin

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57130 csutherl changed: What|Removed |Added CC||csuth...@redhat.com

svn commit: r1731254 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 15:09:58 2016 New Revision: 1731254 URL: http://svn.apache.org/viewvc?rev=1731254=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified:

svn commit: r1731247 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ webapps/docs/

2016-02-19 Thread remm
Author: remm Date: Fri Feb 19 14:27:05 2016 New Revision: 1731247 URL: http://svn.apache.org/viewvc?rev=1731247=rev Log: Remove class hierarchy complexity (no client mode), and pass the JSSE session options to OpenSSL. Removed:

svn commit: r1731246 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractResource.java AbstractResourceSet.java Cache.java Constants.java StandardRoot.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 14:05:21 2016 New Revision: 1731246 URL: http://svn.apache.org/viewvc?rev=1731246=rev Log: Simplify Removed: tomcat/trunk/java/org/apache/catalina/webresources/Constants.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractResource.java

svn commit: r1731235 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 12:25:58 2016 New Revision: 1731235 URL: http://svn.apache.org/viewvc?rev=1731235=rev Log: Correctly set the state if the encoding can't be read Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified:

[Bug 58721] Http11Nio2Protocol is leaking open file handles for TCP connections

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721 --- Comment #4 from Remy Maucherat --- Since apparently you don't have additional reproduction information on this, it could be worthwhile to test 9 M3. -- You are receiving this mail because: You are the assignee for the

svn commit: r1731216 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2016-02-19 Thread markt
Author: markt Date: Fri Feb 19 10:23:42 2016 New Revision: 1731216 URL: http://svn.apache.org/viewvc?rev=1731216=rev Log: Refactor the web.xml parsing so a new parser is created every time the web application starts rather than creating and caching the parser when the Context is created. This

[Bug 58244] two way SSL loses client certificate after a few requests

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58244 --- Comment #15 from Remy Maucherat --- Ok, that sounds hard. The new OpenSSL code should avoid the problem in most cases since the certificates are cached in the SSL engine. -- You are receiving this mail because: You are

[Bug 57736] changes from Tomcat 7 to Tomcat 8 causing problems

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 59031] Tomcat 8 uninstaller entres a symbolic link and deletes its contents

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59031 --- Comment #3 from Birger Skogeng Pedersen --- (In reply to Mark Thomas from comment #1) > Which operating system was this on? Windows 10 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59031] Tomcat 8 uninstaller entres a symbolic link and deletes its contents

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59031 --- Comment #2 from Birger Skogeng Pedersen --- Windows 10 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 59031] Tomcat 8 uninstaller entres a symbolic link and deletes its contents

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59031 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1

[Bug 59010] Disabling socketBuffer with "-1" doesn't cause exception on linux

2016-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010 --- Comment #3 from Rashmi --- So to clarify further, when we set socketBuffer to "-1" and if the client disconnects before the server responds, what is the expected behaviour? Is it that a socket error exception