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
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
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
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
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
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/
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.
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
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/
--
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,
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/
-
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
-
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=59232
Remy Maucherat changed:
What|Removed |Added
Component|Catalina|Catalina
Target Milestone|default
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.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229
Huxing Zhang changed:
What|Removed |Added
Attachment #33703|0 |1
is obsolete|
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
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
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.
--
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
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
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"
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
.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.
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:
/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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583
Henning Brune changed:
What|Removed |Added
OS|Linux |Solaris
Hardware|PC
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
.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
30 matches
Mail list logo