Re: [VOTE] Release jdbc-pool 1.1.0.0

2011-03-02 Thread sebb
On 2 March 2011 22:09, Filip Hanik - Dev Lists wrote: > Source and Binary Packages > http://people.apache.org/~fhanik/jdbc-pool/v1.1.0.0/ tomcat-juli.jar has NOTICE and LICENSE files, but none of the pool jars do. apache-tomcat-jdbc-1.1.0.0-src.zip contains the file test/org/apache/tomcat/jdbc/

ExtensionValidator scope

2011-03-02 Thread David Blevins
It doesn't appear ExtensionValidator will look in parent classloaders for extensions (e.g. tomcat.home/lib/). Has this ever been discussed and what would you imagine might be the best way to do it? -David - To unsubscribe,

[VOTE] Release jdbc-pool 1.1.0.0

2011-03-02 Thread Filip Hanik - Dev Lists
Source and Binary Packages http://people.apache.org/~fhanik/jdbc-pool/v1.1.0.0/ Tag http://svn.apache.org/repos/asf/tomcat/tags/JDBC_POOL_1_1_0_0/ Documentation http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html The proposed 1.1.0.0 release is: [ ] Broken - do not release [ ] Alpha - g

svn commit: r1076424 - /tomcat/tags/JDBC_POOL_1_1_0_0/

2011-03-02 Thread fhanik
Author: fhanik Date: Wed Mar 2 22:05:09 2011 New Revision: 1076424 URL: http://svn.apache.org/viewvc?rev=1076424&view=rev Log: Tag for release Added: tomcat/tags/JDBC_POOL_1_1_0_0/ (props changed) - copied from r1076423, tomcat/trunk/modules/jdbc-pool/ Propchange: tomcat/tags/JDBC_P

DO NOT REPLY [Bug 50857] Test failures on Windows 7, 24 thread system

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50857 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1076385 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2011-03-02 Thread fhanik
Author: fhanik Date: Wed Mar 2 21:18:18 2011 New Revision: 1076385 URL: http://svn.apache.org/viewvc?rev=1076385&view=rev Log: Doco update Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/viewvc

Re: STATUS.txt reviews

2011-03-02 Thread Filip Hanik - Dev Lists
On 3/2/2011 2:05 PM, Mark Thomas wrote: On 02/03/2011 20:57, Filip Hanik - Dev Lists wrote: I wanted to throw out an idea of an alternative or complementary way to handle our STATUS.txt files, and this solution can apply to our CTR branches as well. The solution would be http://www.reviewboard.o

svn commit: r1076380 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2011-03-02 Thread fhanik
Author: fhanik Date: Wed Mar 2 21:15:07 2011 New Revision: 1076380 URL: http://svn.apache.org/viewvc?rev=1076380&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50857 Timeouts have to be trapped, and properly handled Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/

Re: STATUS.txt reviews

2011-03-02 Thread Mark Thomas
On 02/03/2011 20:57, Filip Hanik - Dev Lists wrote: > I wanted to throw out an idea of an alternative or complementary way to > handle our STATUS.txt files, and this solution can apply to our CTR > branches as well. > The solution would be http://www.reviewboard.org/ > If there is an interest, I ca

STATUS.txt reviews

2011-03-02 Thread Filip Hanik - Dev Lists
I wanted to throw out an idea of an alternative or complementary way to handle our STATUS.txt files, and this solution can apply to our CTR branches as well. The solution would be http://www.reviewboard.org/ If there is an interest, I can spend some time configuring an instance for one of our bra

DO NOT REPLY [Bug 50857] New: Test failures on Windows 7, 24 thread system

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50857 Summary: Test failures on Windows 7, 24 thread system Product: Tomcat Modules Version: unspecified Platform: PC Status: NEW Severity: normal Priority: P2 Com

[SECURITY] Tomcat 7 ignores @ServletSecurity annotations

2011-03-02 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As reported on the users list [1], both Tomcat 7.0.8 and the latest Tomcat 7 code from svn appear to ignore @ServletSecurity annotations. Assuming this issue is confirmed, it may lead to authentication bypass and information disclosure. The exact deta

DO NOT REPLY [Bug 50855] New: NullPointerException thrown in AuthenticatorBase.register method for null principal

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50855 Summary: NullPointerException thrown in AuthenticatorBase.register method for null principal Product: Tomcat 7 Version: 7.0.6 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #14 from Konstantin Kolinko 2011-03-02 10:56:12 EST --- (In reply to comment #13) > OK, can you point me to the "users list"? http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum has the link -- Configure

Re: svn commit: r1076212 - in /tomcat/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2011-03-02 Thread Konstantin Kolinko
2011/3/2 : > Author: markt > Date: Wed Mar  2 13:23:37 2011 > New Revision: 1076212 > > URL: http://svn.apache.org/viewvc?rev=1076212&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=27988 > Improve reporting of missing files > > Modified: >    tomcat/trunk/java/org/apache

svn commit: r1076249 - in /tomcat/trunk: java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java webapps/docs/changelog.xml

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 15:19:58 2011 New Revision: 1076249 URL: http://svn.apache.org/viewvc?rev=1076249&view=rev Log: Speed up shut down when ThreadLocalLeakPreventionListener is enabled Modified: tomcat/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java

DO NOT REPLY [Bug 50854] New: Additional catalina.policy entries for when Security Manager enabled, for session display functionality

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50854 Summary: Additional catalina.policy entries for when Security Manager enabled, for session display functionality Product: Tomcat 7 Version: unspecified Platform: All OS/V

svn commit: r1076222 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:55:19 2011 New Revision: 1076222 URL: http://svn.apache.org/viewvc?rev=1076222&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoi

DO NOT REPLY [Bug 25273] Exception processing TLD at resource path - say where it is really looking for this file

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25273 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1076218 - /tomcat/trunk/java/org/apache/catalina/security/SecurityListener.java

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:48:16 2011 New Revision: 1076218 URL: http://svn.apache.org/viewvc?rev=1076218&view=rev Log: Fix Javadoc Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityListener.java Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityListener.

DO NOT REPLY [Bug 27091] path attribute must not be required in ant task install

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27091 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Blocks|50850 | -- Configure bugmail: https://issu

DO NOT REPLY [Bug 50850] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50850 Mark Thomas changed: What|Removed |Added Depends on|49217 | --- Comment #2 from Mark Thomas 20

DO NOT REPLY [Bug 50850] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50850 Bug 50850 depends on bug 49217, which changed state. Bug 49217 Summary: Accepting java keyword in EL https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 What|Old Value |New Value --

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 27988] Unhelpful FileNotFoundException raised

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27988 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|4.1.29

DO NOT REPLY [Bug 50850] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50850 Bug 50850 depends on bug 49217, which changed state. Bug 49217 Summary: Accepting java keyword in EL https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 What|Old Value |New Value --

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 eldar.kama...@db.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

svn commit: r1076214 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:25:55 2011 New Revision: 1076214 URL: http://svn.apache.org/viewvc?rev=1076214&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/t

svn commit: r1076212 - in /tomcat/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:23:37 2011 New Revision: 1076212 URL: http://svn.apache.org/viewvc?rev=1076212&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=27988 Improve reporting of missing files Modified: tomcat/trunk/java/org/apache/naming/resources/DirContextURLC

svn commit: r1076206 - /tomcat/trunk/webapps/docs/changelog.xml

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:17:37 2011 New Revision: 1076206 URL: http://svn.apache.org/viewvc?rev=1076206&view=rev Log: Update change log Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1076197 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 12:42:34 2011 New Revision: 1076197 URL: http://svn.apache.org/viewvc?rev=1076197&view=rev Log: Better test for APR Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.ja

svn commit: r1076190 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 12:30:54 2011 New Revision: 1076190 URL: http://svn.apache.org/viewvc?rev=1076190&view=rev Log: Vote for better patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STA

svn commit: r1076182 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestClientCert.java TestSsl.java TesterSupport.java

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 12:03:05 2011 New Revision: 1076182 URL: http://svn.apache.org/viewvc?rev=1076182&view=rev Log: Correct issues in the SSL renegotiation tests Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestClientCert.java tomcat/trunk/test/org/apache/tomcat/util/

svn commit: r1076178 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-03-02 Thread markt
Author: markt Date: Wed Mar 2 11:43:06 2011 New Revision: 1076178 URL: http://svn.apache.org/viewvc?rev=1076178&view=rev Log: Save a few cycles Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcesso

Re: svn commit: r1075956 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

2011-03-02 Thread Mark Thomas
On 01/03/2011 18:13, fha...@apache.org wrote: > Author: fhanik > Date: Tue Mar 1 18:13:38 2011 > New Revision: 1075956 > > URL: http://svn.apache.org/viewvc?rev=1075956&view=rev > Log: > Simple implementation of a forced and blocking renegotiation with a SSL client Your simple is a heck of a lot

Re: svn commit: r1074675 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/

2011-03-02 Thread Mark Thomas
On 01/03/2011 16:50, Filip Hanik - Dev Lists wrote: > On 2/28/2011 5:27 PM, Mark Thomas wrote: >> On 01/03/2011 00:16, Filip Hanik - Dev Lists wrote: >>> 4. SSLAuthenticator should have a flag to fail directly without trying >>> to reneg if the connector is misconfigured to avoid reneg for clients

DO NOT REPLY [Bug 50850] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50850 Bug 50850 depends on bug 49217, which changed state. Bug 49217 Summary: Accepting java keyword in EL https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 What|Old Value |New Value --

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 50850] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50850 Bug 50850 depends on bug 49217, which changed state. Bug 49217 Summary: Accepting java keyword in EL https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 What|Old Value |New Value --

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 eldar.kama...@db.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

[Tomcat Wiki] Trivial Update of "PythonLanguage" by DanielBaktiar

2011-03-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PythonLanguage" page has been changed by DanielBaktiar. The comment on this change is: tidy up wiki links. http://wiki.apache.org/tomcat/PythonLanguage?action=diff&rev1=5&rev2=6 --

[Tomcat Wiki] Update of "PythonLanguage" by DanielBaktiar

2011-03-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PythonLanguage" page has been changed by DanielBaktiar. The comment on this change is: remove stale links, add the current Python wiki link. http://wiki.apache.org/tomcat/PythonLan