https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #5 from Guillaume Sauthier
2009-09-15 00:23:17 PDT ---
(In reply to comment #4)
> Thanks for the testing.
>
> > In tldScanWebInfLib(), when you get the resource paths from WEB-INF/lib, my
> > jar
> > file is there, but the St
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #6 from Guillaume Sauthier
2009-09-15 00:25:31 PDT ---
Oh, I forgot to say something important: unpacked jar libraries are not part of
the scanned ClassLoader. It seems that when Tomcat creates the
WebAppClassLoader, it only lo
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #7 from Mark Thomas 2009-09-15 09:15:08 BST ---
Yes, the handling of the per spec requirements and the handling of extensions
should be kept separate.
I tend to prefer clarity over efficiency for code that is only going to be r
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #8 from Guillaume Sauthier
2009-09-15 01:45:31 PDT ---
(In reply to comment #7)
> Yes, the handling of the per spec requirements and the handling of extensions
> should be kept separate.
>
> I tend to prefer clarity over effic
https://issues.apache.org/bugzilla/show_bug.cgi?id=47841
Summary: CombinedRealm fails to switch to other realm
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47799
--- Comment #3 from Keiichi Fujino 2009-09-15
02:11:41 PDT ---
Hi.
Please do not ignore this bug report and patch.
This problem is important.
If we can not specify domain in Membership and DomainFilterInterceptor,
we can not divide the
https://issues.apache.org/bugzilla/show_bug.cgi?id=47791
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Sep 15 09:19:27 2009
New Revision: 815226
URL: http://svn.apache.org/viewvc?rev=815226&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47791
Update h2 download location
Patch provided by Phil Steitz
Modified:
tomcat/trunk/modules/jdbc-pool/build.pr
https://issues.apache.org/bugzilla/show_bug.cgi?id=47792
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Sep 15 09:21:15 2009
New Revision: 815227
URL: http://svn.apache.org/viewvc?rev=815227&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47792
Some parameters documented as longs, are actually ints
Patch provided by Phil Steitz
Modified:
tomcat/trunk
Author: markt
Date: Tue Sep 15 09:53:41 2009
New Revision: 815245
URL: http://svn.apache.org/viewvc?rev=815245&view=rev
Log:
Fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=47819
Add source jar generation to embedded.
Based on a patch by Dave Syer
Modified:
tomcat/trunk/build.xml
Mo
https://issues.apache.org/bugzilla/show_bug.cgi?id=47819
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Sep 15 10:26:32 2009
New Revision: 815254
URL: http://svn.apache.org/viewvc?rev=815254&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47820
Add non-static versions of static methods
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=47820
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47820
--- Comment #2 from Dave Syer 2009-09-15 03:33:02 PDT
---
Thanks. I'm happy with the non-static methods (and I would have removed the
static ones if I were you, but I'm not).
--
Configure bugmail: https://issues.apache.org/bugzilla/user
Author: markt
Date: Tue Sep 15 10:34:05 2009
New Revision: 815261
URL: http://svn.apache.org/viewvc?rev=815261&view=rev
Log:
Side-effect of fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=47827
No need to declare throws Exception here
Modified:
tomcat/trunk/java/org/apache/catalina/
Author: markt
Date: Tue Sep 15 10:35:03 2009
New Revision: 815262
URL: http://svn.apache.org/viewvc?rev=815262&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47827
Be more specific about the exception that is thrown
Modified:
tomcat/trunk/java/org/apache/catalina/startup
https://issues.apache.org/bugzilla/show_bug.cgi?id=47827
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47828
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Sep 15 10:38:23 2009
New Revision: 815264
URL: http://svn.apache.org/viewvc?rev=815264&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47828
Change Tomcat.setSilent() to setSilent(boolean) so it can be turned on and off
Modified:
tomcat/trunk/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797
Eugene changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797
--- Comment #7 from Eugene 2009-09-15 04:19:07 PDT ---
Created an attachment (id=24267)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24267)
TestCase with only Servlet
testcase
--
Configure bugmail: https://issues.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #9 from Guillaume Sauthier
2009-09-15 04:38:01 PDT ---
Just a note to remember how we discovered the problem. That may help to find
the right solution, as my first bug explanation was not right.
It's with TC6.0.20.
In JOnAS we
Author: markt
Date: Tue Sep 15 11:49:51 2009
New Revision: 815284
URL: http://svn.apache.org/viewvc?rev=815284&view=rev
Log:
Update version.
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
Modified: tomcat/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn
Author: markt
Date: Tue Sep 15 11:50:43 2009
New Revision: 815285
URL: http://svn.apache.org/viewvc?rev=815285&view=rev
Log:
Update the ignore list
Modified:
tomcat/trunk/res/maven/ (props changed)
Propchange: tomcat/trunk/res/maven/
Author: markt
Date: Tue Sep 15 12:25:23 2009
New Revision: 815289
URL: http://svn.apache.org/viewvc?rev=815289&view=rev
Log:
Make the setter do something.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.
Author: markt
Date: Tue Sep 15 12:27:40 2009
New Revision: 815290
URL: http://svn.apache.org/viewvc?rev=815290&view=rev
Log:
Fix NPE if no filters are configured.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardWrapperValve.java
Modified: tomcat/trunk/java/org/apache/catalina/co
Author: markt
Date: Tue Sep 15 14:45:18 2009
New Revision: 815348
URL: http://svn.apache.org/viewvc?rev=815348&view=rev
Log:
Port the native component of the BZ 46457 fixes to the 1.1.x branch.
See http://svn.apache.org/viewvc?view=rev&revision=730523 for the full original
fix.
Modified:
tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #10 from Guillaume Sauthier
2009-09-15 08:30:09 PDT ---
(In reply to comment #8)
> > It isn't clear if you have found something that is broken or something that
> > you
> > would have implemented differently.
>
> I think the
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #11 from Mark Thomas 2009-09-15 16:33:10 BST ---
Thanks for the additional testing.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
Author: markt
Date: Tue Sep 15 15:38:21 2009
New Revision: 815370
URL: http://svn.apache.org/viewvc?rev=815370&view=rev
Log:
Port fix for BZ42728 - http://svn.apache.org/viewvc?view=rev&revision=808985
Modified:
tomcat/native/branches/1.1.x/native/src/ssl.c
Modified: tomcat/native/branches/1
Author: markt
Date: Tue Sep 15 17:41:28 2009
New Revision: 815411
URL: http://svn.apache.org/viewvc?rev=815411&view=rev
Log:
Part of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=46950
This patch fixes two issues:
- renegotiate now does a full renegotiation rather than just setting th
ma...@apache.org wrote:
> Author: markt
> Date: Tue Sep 15 17:41:28 2009
> New Revision: 815411
C isn't my strong point so this is worth folks who know C better than I
do taking a close look.
Mark
>
> URL: http://svn.apache.org/viewvc?rev=815411&view=rev
> Log:
> Part of fix for https://issues.
Author: markt
Date: Tue Sep 15 17:45:15 2009
New Revision: 815415
URL: http://svn.apache.org/viewvc?rev=815415&view=rev
Log:
Merge native component of fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 into the 1.1.x branch
Modified:
tomcat/native/branches/1.1.x/ (props chang
Author: markt
Date: Tue Sep 15 17:50:54 2009
New Revision: 815418
URL: http://svn.apache.org/viewvc?rev=815418&view=rev
Log:
Fix Tomcat side of https://issues.apache.org/bugzilla/show_bug.cgi?id=46950
- adds new setVerify() method
- uses it before renegotiation to change the cert verification leve
Author: markt
Date: Tue Sep 15 17:59:03 2009
New Revision: 815422
URL: http://svn.apache.org/viewvc?rev=815422&view=rev
Log:
Proposal
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/STATUS.txt?rev=815
Author: markt
Date: Tue Sep 15 17:59:22 2009
New Revision: 815424
URL: http://svn.apache.org/viewvc?rev=815424&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=815
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950
--- Comment #10 from Mark Thomas 2009-09-15 18:59:35 BST ---
The native fixes have been applied to the 1.1.x branch and trunk (1.2.x)
The Tomcat fixes have been applied to trunk (7.0.x) and proposed for 6.0.x and
5.5.x. Note that the 6.0.x/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47018
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Tue Sep 15 21:06:14 2009
New Revision: 815486
URL: http://svn.apache.org/viewvc?rev=815486&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=47161
Correctly report maxThreads
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndp
Author: markt
Date: Tue Sep 15 21:09:18 2009
New Revision: 815490
URL: http://svn.apache.org/viewvc?rev=815490&view=rev
Log:
Remove all traces of maxSpareThreads
Modified:
tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
tomcat/trunk/webapps/docs/ssl-howto.xml
to
Author: markt
Revision: 815486
Modified property: svn:log
Modified: svn:log at Tue Sep 15 21:21:29 2009
--
--- svn:log (original)
+++ svn:log Tue Sep 15 21:21:29 2009
@@ -1,2 +1,3 @@
-Partial fix for https://issues.apache.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161
--- Comment #1 from Mark Thomas 2009-09-15 23:05:55 BST ---
Created an attachment (id=24272)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24272)
Patch for 6.0.x
Trunk has been fixed and a patch is attached for 6.0.x. The patc
Author: markt
Date: Tue Sep 15 22:07:16 2009
New Revision: 815517
URL: http://svn.apache.org/viewvc?rev=815517&view=rev
Log: (empty)
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/STATUS.txt?rev=8155
Author: markt
Date: Tue Sep 15 22:08:30 2009
New Revision: 815519
URL: http://svn.apache.org/viewvc?rev=815519&view=rev
Log:
Fix BZ 47425
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
tomcat/tc6.0.x/trunk/webapps/docs/ssl-h
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161
--- Comment #2 from Mark Thomas 2009-09-15 23:08:54 BST ---
The patch has been proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
47 matches
Mail list logo