Author: markt
Date: Thu Jul 30 07:01:13 2009
New Revision: 799187
URL: http://svn.apache.org/viewvc?rev=799187&view=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:
tomcat/trunk/test/org/apache/catalin
https://issues.apache.org/bugzilla/show_bug.cgi?id=47568
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jul 30 07:02:51 2009
New Revision: 799189
URL: http://svn.apache.org/viewvc?rev=799189&view=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:
http:
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #10 from Tim Funk 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 in a simple test
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
Author: markt
Date: Thu Jul 30 17:54:20 2009
New Revision: 799384
URL: http://svn.apache.org/viewvc?rev=799384&view=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: tomcat/trunk/test/org/apache/Te
https://issues.apache.org/bugzilla/show_bug.cgi?id=47567
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jul 30 18:09:12 2009
New Revision: 799391
URL: http://svn.apache.org/viewvc?rev=799391&view=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: tomcat/tr
Author: markt
Date: Thu Jul 30 18:10:35 2009
New Revision: 799392
URL: http://svn.apache.org/viewvc?rev=799392&view=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:
tomcat/trunk/test/org/apache/catalina/c
https://issues.apache.org/bugzilla/show_bug.cgi?id=47569
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jul 30 18:13:36 2009
New Revision: 799396
URL: http://svn.apache.org/viewvc?rev=799396&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47576
Fix exception name in Javadoc
Patch provided by sebb
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47576
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jul 30 18:25:37 2009
New Revision: 799399
URL: http://svn.apache.org/viewvc?rev=799399&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
Remove unused imports.
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/po
Author: markt
Date: Thu Jul 30 18:29:30 2009
New Revision: 799400
URL: http://svn.apache.org/viewvc?rev=799400&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
Imports / casts
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/Conn
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
Comp
https://issues.apache.org/bugzilla/show_bug.cgi?id=47609
--- Comment #1 from Sebb 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: https://issues.apache.org/b
Author: markt
Date: Thu Jul 30 19:10:02 2009
New Revision: 799408
URL: http://svn.apache.org/viewvc?rev=799408&view=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:
tomcat/trunk/m
Author: markt
Date: Thu Jul 30 19:21:04 2009
New Revision: 799416
URL: http://svn.apache.org/viewvc?rev=799416&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
A handful of generics fixes.
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/j
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
--- Comment #1 from Mark Thomas 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
--- You are r
Author: markt
Date: Thu Jul 30 19:40:54 2009
New Revision: 799427
URL: http://svn.apache.org/viewvc?rev=799427&view=rev
Log:
Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47583
Fix timing related failures.
Patch suggested by sebb
Modified:
tomcat/trunk/modules/jdbc-pool/test/org
https://issues.apache.org/bugzilla/show_bug.cgi?id=47583
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
--- Comment #2 from Sebb 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 few more compiler
Author: fhanik
Date: Thu Jul 30 22:44:51 2009
New Revision: 799467
URL: http://svn.apache.org/viewvc?rev=799467&view=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: tomcat/tags/JDBC_POOL_1_
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
Sta
25 matches
Mail list logo