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

2016-03-24 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20160324-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-tru

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

2016-03-24 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20160324-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/t

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-24 Thread Anthony Biacco
On Fri, Mar 18, 2016 at 2:55 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.33 release is now available for voting. > > The main changes since 8.0.32 are: > > - Correct a false positive warning for ThreadLocal related memory > leaks when the key class but not the value class has been l

Re: bug in 8.5.0?

2016-03-24 Thread Romain Manni-Bucau
Thanks Violeta. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-24 20:29 GMT+01:00 Violeta Georgieva : > Hi, > > 2016-03-24 21:01 GMT+02:00 Romain Manni-Bucau : >> >> Hi guys, >> >> if I'm not mistaken >> org.apache.catalina.loader.WebappClassLoaderBase#getResour

Re: bug in 8.5.0?

2016-03-24 Thread Violeta Georgieva
Hi, 2016-03-24 21:01 GMT+02:00 Romain Manni-Bucau : > > Hi guys, > > if I'm not mistaken > org.apache.catalina.loader.WebappClassLoaderBase#getResourceAsStream > can throw a NPE: > > 1090. URL url = super.findResource(name); > 1091. stream = url.openStream(); // url can be null > Thanks for the r

svn commit: r1736490 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-03-24 Thread violetagg
Author: violetagg Date: Thu Mar 24 19:27:53 2016 New Revision: 1736490 URL: http://svn.apache.org/viewvc?rev=1736490&view=rev Log: Merged revision 1736489 from tomcat/trunk: Fixed possible NPE in o.a.catalina.loader.WebappClassLoaderBase.getResourceAsStream Modified: tomcat/tc8.5.x/trunk/

svn commit: r1736489 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-03-24 Thread violetagg
Author: violetagg Date: Thu Mar 24 19:24:14 2016 New Revision: 1736489 URL: http://svn.apache.org/viewvc?rev=1736489&view=rev Log: Fixed possible NPE in o.a.catalina.loader.WebappClassLoaderBase.getResourceAsStream Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.

bug in 8.5.0?

2016-03-24 Thread Romain Manni-Bucau
Hi guys, if I'm not mistaken org.apache.catalina.loader.WebappClassLoaderBase#getResourceAsStream can throw a NPE: 1090. URL url = super.findResource(name); 1091. stream = url.openStream(); // url can be null Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber

svn commit: r12850 - /dev/tomcat/tomcat-8/v8.0.33/ /release/tomcat/tomcat-8/v8.0.33/

2016-03-24 Thread markt
Author: markt Date: Thu Mar 24 17:19:46 2016 New Revision: 12850 Log: 8.0.33 release vote passed (stable) Added: release/tomcat/tomcat-8/v8.0.33/ - copied from r12790, dev/tomcat/tomcat-8/v8.0.33/ Removed: dev/tomcat/tomcat-8/v8.0.33/ --

[VOTE][RESULT] Release Apache Tomcat 8.0.33

2016-03-24 Thread Mark Thomas
The following votes were cast: Binding +1: violetagg, fschumacher, schultz, mgrigorov Non-binding: +1: Huxing Zhang The vote therefore passes. Thanks to everyone who tested anmd/or voted on the release. Mark - To unsubscribe,

svn commit: r12849 - /dev/tomcat/tomcat-8/v8.5.0/ /release/tomcat/tomcat-8/v8.5.0/

2016-03-24 Thread markt
Author: markt Date: Thu Mar 24 17:15:40 2016 New Revision: 12849 Log: 8.5.0 release vote passed (as BETA) Added: release/tomcat/tomcat-8/v8.5.0/ - copied from r12766, dev/tomcat/tomcat-8/v8.5.0/ Removed: dev/tomcat/tomcat-8/v8.5.0/ -

[VOTE][RESULT] Release Apache Tomcat 8.5.0

2016-03-24 Thread Mark Thomas
The following voters were cast: Binding: Alpha: jfclere Beta: remm, markt, violetagg, mgrigorov, fschumacher The vote therefore passes and 8.5.0 will be released as BETA. Thanks to everyone who tested this release and/or voted. Mark -

[Bug 59233] New: support unlimited SSL certificates stored in database or file system without server restart

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59233 Bug ID: 59233 Summary: support unlimited SSL certificates stored in database or file system without server restart Product: Tomcat 9 Version: 9.0.0.M4 Hardware: All

[Bug 59232] Make the context name of an app available via JNDI

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59232 Remy Maucherat changed: What|Removed |Added Component|Catalina|Catalina Target Milestone|default

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #8 from Huxing Zhang --- I think the documentation in AJP is more clear. In webapps/docs/config/ajp.xml it says, "Read Request Headers" is Non Blocking. In webapps/docs/config/http.xml it says, "Read HTTP Request" is Non Blocking.

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 Huxing Zhang changed: What|Removed |Added Attachment #33703|0 |1 is obsolete|

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #6 from Huxing Zhang --- This seems to be a regression, which is introduced by the following commit: https://github.com/apache/tomcat70/commit/b0b4cfff188c5fe4d5a78ea995a1ace3a72f6c65 Oh I forgot the AJP part in my patch, will upd

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #5 from Huxing Zhang --- Created attachment 33703 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33703&action=edit Patch to fix the wrong description about NIO connector -- You are receiving this mail because: You are the

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #4 from Huxing Zhang --- Yes, I mean the description is wrong about non-blocking for reading http request line (request header). -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #3 from Christopher Schultz --- Aah, yes, sorry. I didn't read the description carefully enough. Specifically, reading the "Request" (that is, specifically, the request-line of the HTTP request) is in fact non-blocking. I think that

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #2 from Huxing Zhang --- Hi, I understand what you mean, but the following documentation are all saying that NIO connector is Non-blocking when reading request: https://tomcat.apache.org/tomcat-9.0-doc/config/http.html https://tom

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #1 from Christopher Schultz --- This used to be described as "sim-blocking" but evidently that caused confusion. Because the servlet API is stream-based, the behavior of request/response read/write is always effectively "blocking"

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

2016-03-24 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160324.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packag

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

2016-03-24 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160324-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.

[Bug 59232] New: Make the context name of an app available via JNDI

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59232 Bug ID: 59232 Summary: Make the context name of an app available via JNDI Product: Tomcat 6 Version: 6.0.44 Hardware: All OS: All Status: NEW Severity:

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2016-03-24 Thread Bill Barker
/dist/commons-daemon-20160324.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dco

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

2016-03-24 Thread Bill Barker
t-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160324-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dt

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2016-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Henning Brune changed: What|Removed |Added OS|Linux |Solaris Hardware|PC

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-24 Thread Huxing Zhang
The proposed 8.0.33 release is: [ x ] Stable - go ahead and release as 8.0.33 -- From:Mark Thomas Time:2016 Mar 19 (Sat) 04:55 To:dev@tomcat.apache.org Subject:[VOTE] Release Apache Tomcat 8.0.33 The proposed Apache Tomcat 8.0.33

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

2016-03-24 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160324-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTi