svn commit: r799182 - /tomcat/trunk/extras.xml

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 06:35:54 2009 New Revision: 799182 URL: http://svn.apache.org/viewvc?rev=799182view=rev Log: Follow up to https://issues.apache.org/bugzilla/show_bug.cgi?id=47567 Add descriptions to the extras build script Modified: tomcat/trunk/extras.xml Modified:

svn commit: r799187 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 07:01:13 2009 New Revision: 799187 URL: http://svn.apache.org/viewvc?rev=799187view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47568 Create the tmp dir where intended Remove it when we are done Modified:

DO NOT REPLY [Bug 47568] TestTomcat fails to delete work directory

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47568 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r799189 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 07:02:51 2009 New Revision: 799189 URL: http://svn.apache.org/viewvc?rev=799189view=rev Log: Fix warning Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java URL:

Can Tomcat Native be used to write SSL clients?

2009-07-30 Thread Ivan Ristic
Apologies if this is the wrong list to ask, but I couldn't find a mailing list dedicated to Tomcat Native. I have a need to write an SSL client, in Java, using OpenSSL (because OpenSSL supports some features that are not supported by JSSE). I've noticed that there's a server example in the Tomcat

DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #10 from Tim Funk funk...@apache.org 2009-07-30 08:01:55 PST --- Created an attachment (id=24065) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24065) Patch against tomcat 6.0 Here is a working patch. (At least

ISAPI Redirect and uriworkers.properties

2009-07-30 Thread RichKi
Does anyone know if it's possible to filter by port number? I have an application running on port 3030 in Apache that also runs securely on port 8443. Incoming connections come to IIS on ports 80 and 443 respectively and are picked up by the ISAPI redirect filter (URL is /ufs). What I want to

svn commit: r799384 - /tomcat/trunk/test/org/apache/TestAll.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 17:54:20 2009 New Revision: 799384 URL: http://svn.apache.org/viewvc?rev=799384view=rev Log: Add missing test Re-arrange to try and make it easier to see what is what Modified: tomcat/trunk/test/org/apache/TestAll.java Modified:

DO NOT REPLY [Bug 47567] Add description for default build target

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47567 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r799391 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatBase.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 18:09:12 2009 New Revision: 799391 URL: http://svn.apache.org/viewvc?rev=799391view=rev Log: Move the instance creation and clean-up to a base class so it can be re-used. Added: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatBase.java Added:

svn commit: r799392 - in /tomcat/trunk/test/org/apache/catalina: connector/TestRequest.java startup/TestTomcat.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 18:10:35 2009 New Revision: 799392 URL: http://svn.apache.org/viewvc?rev=799392view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47569 Use the new base class so tests clean up after themselves Modified:

DO NOT REPLY [Bug 47569] Test cases do not clear up afterwards

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47569 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r799396 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: FairBlockingQueue.java MultiLockFairBlockingQueue.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 18:13:36 2009 New Revision: 799396 URL: http://svn.apache.org/viewvc?rev=799396view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=47576 Fix exception name in Javadoc Patch provided by sebb Modified:

DO NOT REPLY [Bug 47576] Javadoc errors - Exception name misspelt

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47576 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r799399 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java DataSource.java DataSourceFactory.java DataSourceProxy.java PooledConnection.java jmx/Con

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 18:25:37 2009 New Revision: 799399 URL: http://svn.apache.org/viewvc?rev=799399view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 Remove unused imports. Modified:

svn commit: r799400 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java jmx/ConnectionPoolMBean.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 18:29:30 2009 New Revision: 799400 URL: http://svn.apache.org/viewvc?rev=799400view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 Imports / casts Modified:

DO NOT REPLY [Bug 47609] New: Failsafe EOL conversion

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47609 Summary: Failsafe EOL conversion Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 47609] Failsafe EOL conversion

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47609 --- Comment #1 from Sebb s...@apache.org 2009-07-30 11:53:24 PST --- Created an attachment (id=24067) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24067) List of files with no extension -- Configure bugmail:

svn commit: r799408 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ./ interceptor/

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 19:10:02 2009 New Revision: 799408 URL: http://svn.apache.org/viewvc?rev=799408view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 Cosmetic fixes. Main benefit is noise reduction in Eclipse error list Modified:

svn commit: r799416 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: DataSourceFactory.java PoolProperties.java interceptor/SlowQueryReportJmx.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 19:21:04 2009 New Revision: 799416 URL: http://svn.apache.org/viewvc?rev=799416view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 A handful of generics fixes. Modified:

DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 --- Comment #1 from Mark Thomas ma...@apache.org 2009-07-30 12:32:58 PST --- The low hanging fruit as been fixed. Many of the remainder can't be fixed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r799427 - /tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java

2009-07-30 Thread markt
Author: markt Date: Thu Jul 30 19:40:54 2009 New Revision: 799427 URL: http://svn.apache.org/viewvc?rev=799427view=rev Log: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47583 Fix timing related failures. Patch suggested by sebb Modified:

DO NOT REPLY [Bug 47583] Fix occasional test failure in TestConcurrency

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47583 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577 --- Comment #2 from Sebb s...@apache.org 2009-07-30 12:53:47 PST --- Created an attachment (id=24068) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24068) Fix a few more compilation warnings Thanks! I think there are a

svn commit: r799467 - /tomcat/tags/JDBC_POOL_1_0_7/

2009-07-30 Thread fhanik
Author: fhanik Date: Thu Jul 30 22:44:51 2009 New Revision: 799467 URL: http://svn.apache.org/viewvc?rev=799467view=rev Log: Tag for 1.0.7 Added: tomcat/tags/JDBC_POOL_1_0_7/ (props changed) - copied from r799466, tomcat/trunk/modules/jdbc-pool/ Propchange:

DO NOT REPLY [Bug 47612] New: [PATCH] fix unsafe public string array in AbstractCreateStatementInterceptor

2009-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47612 Summary: [PATCH] fix unsafe public string array in AbstractCreateStatementInterceptor Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP