[Bug 57431] New: Enable custom context implementation when using embedded tomcat

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57431 Bug ID: 57431 Summary: Enable custom context implementation when using embedded tomcat Product: Tomcat 9 Version: unspecified Hardware: All OS: All

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Felix Schumacher felix.schumac...@internetallee.de changed: What|Removed |Added Attachment #32358|0

Deadlock while running tests on tomcat9

2015-01-11 Thread Felix Schumacher
Hi all, while running ant test on current trunk from tomcat 9 a deadlock occurred. I attach the thread dump which shows the dead lock. Regards Felix 2015-01-11 15:18:32 Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode): Attach Listener #78 daemon prio=9 os_prio=0

[Bug 57433] New: Double-check locking in ExpressionEvaluatorManager

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57433 Bug ID: 57433 Summary: Double-check locking in ExpressionEvaluatorManager Product: Taglibs Version: 1.2.1 Hardware: All OS: All Status: NEW

[Bug 25967] getEvaluatorByName is synchronized

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25967 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Blocks||57433 -- You

[Bug 57433] Double-check locking in ExpressionEvaluatorManager

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57433 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Depends on||25967 -- You

Re: Performance change

2015-01-11 Thread Mark Thomas
On 09/01/2015 23:57, Rémy Maucherat wrote: 2015-01-09 22:44 GMT+01:00 Mark Thomas ma...@apache.org: I made a mistake, which also made me think that the NIO connector didn't suffer from the NPE. In the end, there's no significant improvement there. That matches my results. NIO is about the

Re: Deadlock while running tests on tomcat9

2015-01-11 Thread Mark Thomas
On 11/01/2015 15:16, Felix Schumacher wrote: Hi all, while running ant test on current trunk from tomcat 9 a deadlock occurred. I attach the thread dump which shows the dead lock. I can see how this happened. I'll include a fix for this in my buffering refactoring. Mark

[Bug 57432] New: Incorrect values for SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57432 Bug ID: 57432 Summary: Incorrect values for SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 Product: Tomcat Native Version: 1.1.32 Hardware: All OS: All

svn commit: r1651034 [1/2] - in /tomcat/taglibs/standard/trunk: compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ compat/src/main/java/org/apache/taglibs/standard/tag/compat/fmt/ compa

2015-01-11 Thread jboynes
Author: jboynes Date: Mon Jan 12 04:20:20 2015 New Revision: 1651034 URL: http://svn.apache.org/r1651034 Log: Add missing tags and TLDs to standard-compat jar Added: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/fmt/

svn commit: r1651034 [2/2] - in /tomcat/taglibs/standard/trunk: compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ compat/src/main/java/org/apache/taglibs/standard/tag/compat/fmt/ compa

2015-01-11 Thread jboynes
Added: tomcat/taglibs/standard/trunk/compat/src/main/resources/META-INF/c-1_0.tld URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/compat/src/main/resources/META-INF/c-1_0.tld?rev=1651034view=auto == ---

[Bug 57434] New: Race condition in EL1.0 validation

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57434 Bug ID: 57434 Summary: Race condition in EL1.0 validation Product: Taglibs Version: 1.2.1 Hardware: All OS: All Status: NEW Severity: normal

[Bug 57427] 1.0 TLDs are missing from -compat jar

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57427 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-01-11 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-apr has an issue affecting its community integration.

svn commit: r1650974 - in /tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard: lang/jstl/Evaluator.java lang/support/ExpressionEvaluator.java lang/support/ExpressionEvaluat

2015-01-11 Thread jboynes
Author: jboynes Date: Sun Jan 11 21:36:58 2015 New Revision: 1650974 URL: http://svn.apache.org/r1650974 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57433 Use a ConcurrentMap for the cache. However, as our code always uses the same implementation, use a single instance of that

[Bug 57433] Double-check locking in ExpressionEvaluatorManager

2015-01-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57433 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED