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

2016-01-24 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-bio has an issue affecting its community

Re: TC WebappClassLoaderBase bottleneck in filter()

2016-01-24 Thread Konstantin Kolinko
2016-01-23 15:17 GMT+03:00 Rainer Jung : > I observed a bottleneck in WebappClassLoaderBase.filter() during a stress > test. The reason is, that the method is synchronized. It looks to me, that > the reason for the synchronization is only the access to the non-thread safe

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Mark Thomas
On 23/01/2016 19:02, Martin Grigorov wrote: > On Sat, Jan 23, 2016 at 6:37 PM, Rémy Maucherat wrote: > What changes I should apply to be able to test HTTP2 ? > I've changed the protocol: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rainer Jung
Am 21.01.2016 um 13:38 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M2 release is now available for voting. This is the second milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP

[Bug 58918] New: JNDI datasources shouldn't get the WebappClassLoader as their context ClassLoader when initializing

2016-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58918 Bug ID: 58918 Summary: JNDI datasources shouldn't get the WebappClassLoader as their context ClassLoader when initializing Product: Tomcat 8 Version: 8.0.30 Hardware: PC

[Bug 58918] JNDI datasources shouldn't get the WebappClassLoader as their context ClassLoader when initializing

2016-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58918 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-25 15:57 GMT+09:00 Keiichi Fujino : > > > 2016-01-23 7:21 GMT+09:00 Mark Thomas : > >> The proposed Apache Tomcat 8.0.31 release is now available for voting. >> >> The main changes since 8.0.30 are: >> >> - Restore the default for

svn commit: r1726576 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

2016-01-24 Thread kfujino
Author: kfujino Date: Mon Jan 25 06:28:08 2016 New Revision: 1726576 URL: http://svn.apache.org/viewvc?rev=1726576=rev Log: Fix NPE when sessionAttributeNameFilter and sessionAttributeValueClassNameFilter is unset in cluster environment. Modified:

svn commit: r1726575 - /tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

2016-01-24 Thread kfujino
Author: kfujino Date: Mon Jan 25 06:26:46 2016 New Revision: 1726575 URL: http://svn.apache.org/viewvc?rev=1726575=rev Log: Fix NPE when sessionAttributeNameFilter and sessionAttributeValueClassNameFilter is unset in cluster environment. Modified:

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

2016-01-24 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

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-25 15:20 GMT+09:00 Tatsuya Bessho : > 2016-01-23 7:21 GMT+09:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > > > The main changes since 8.0.30 are: > > > > - Restore the default for

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Tatsuya Bessho
2016-01-23 7:21 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the Tomcat Native

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-23 7:21 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the Tomcat Native

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rémy Maucherat
2016-01-23 20:02 GMT+01:00 Martin Grigorov : > Hi Rémy, > What changes I should apply to be able to test HTTP2 ? > I've changed the protocol: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >maxThreads="150" SSLEnabled="true" > > /> >

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rémy Maucherat
2016-01-24 15:27 GMT+01:00 Rainer Jung : > > APR+SSL seemed not to have worked in the unit tests. > > Yes, it doesn't work. I put in a quick fix which works for me but I am unsure of the relationship with the refactoring (r1724234). Rémy

svn commit: r1726515 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2016-01-24 Thread remm
Author: remm Date: Sun Jan 24 17:27:52 2016 New Revision: 1726515 URL: http://svn.apache.org/viewvc?rev=1726515=rev Log: Avoid NPE on bind for APR when using SSL. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified:

Re: TC WebappClassLoaderBase bottleneck in filter()

2016-01-24 Thread Rainer Jung
Am 24.01.2016 um 19:50 schrieb Felix Schumacher: Am 23.01.2016 um 17:05 schrieb Rainer Jung: Am 23.01.2016 um 13:17 schrieb Rainer Jung: Since the calls to filter() are in a hot code path, I wonder whether using a more complex code instead of a single regexp could be better. The code should be

Re: TC WebappClassLoaderBase bottleneck in filter()

2016-01-24 Thread Felix Schumacher
Am 23.01.2016 um 17:05 schrieb Rainer Jung: Am 23.01.2016 um 13:17 schrieb Rainer Jung: Since the calls to filter() are in a hot code path, I wonder whether using a more complex code instead of a single regexp could be better. The code should be fast in the common case, which IMHO is the case

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rainer Jung
Am 24.01.2016 um 18:31 schrieb Rémy Maucherat: 2016-01-24 15:27 GMT+01:00 Rainer Jung : APR+SSL seemed not to have worked in the unit tests. Yes, it doesn't work. I put in a quick fix which works for me but I am unsure of the relationship with the refactoring

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Felix Schumacher
Am 22.01.2016 um 23:21 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.31 release is now available for voting. The main changes since 8.0.30 are: - Restore the default for mapperContextRootRedirectEnabled to true - Update the packaged version of the Tomcat Native Library to 1.2.4 to