DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47841] New: CombinedRealm fails to switch to other realm

2009-09-15 Thread bugzilla
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:

DO NOT REPLY [Bug 47799] Domain does not work in Membership and DomainFilterInterceptor.

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47791] Update h2database location

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47791 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r815226 - /tomcat/trunk/modules/jdbc-pool/build.properties.default

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47792] Some int parameters are identified as longs in doc

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47792 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-09-15 Thread markt
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

svn commit: r815245 - /tomcat/trunk/build.xml

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47819] Add sources jars to embedded distribution

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47819 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r815254 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47820] Static utility methods in Tomcat should be instance methods

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47820 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47820] Static utility methods in Tomcat should be instance methods

2009-09-15 Thread bugzilla
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

svn commit: r815261 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2009-09-15 Thread markt
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/

svn commit: r815262 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47827] Tomcat API should not have methods that declare they throw Exception

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47827 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47828] Change Tomcat.setSilent() to setSilent(boolean)

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47828 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r815264 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2009-09-15 Thread markt
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/

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 Eugene changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

svn commit: r815284 - /tomcat/trunk/res/maven/mvn-pub.xml

2009-09-15 Thread markt
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

svn commit: r815285 - /tomcat/trunk/res/maven/

2009-09-15 Thread markt
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/

svn commit: r815289 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2009-09-15 Thread markt
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.

svn commit: r815290 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

2009-09-15 Thread markt
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

svn commit: r815348 - in /tomcat/native/branches/1.1.x/native/src: address.c file.c lock.c multicast.c ssl.c

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
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

svn commit: r815370 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2009-09-15 Thread markt
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

svn commit: r815411 - /tomcat/native/trunk/native/src/sslnetwork.c

2009-09-15 Thread markt
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

Re: svn commit: r815411 - /tomcat/native/trunk/native/src/sslnetwork.c

2009-09-15 Thread Mark Thomas
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.

svn commit: r815415 - in /tomcat/native/branches/1.1.x: ./ native/src/sslnetwork.c

2009-09-15 Thread markt
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

svn commit: r815418 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java coyote/http11/Http11AprProcessor.java tomcat/jni/SSLSocket.java

2009-09-15 Thread markt
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

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

2009-09-15 Thread markt
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

svn commit: r815424 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

2009-09-15 Thread bugzilla
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/

DO NOT REPLY [Bug 47018] application output redirection to context log (swallowOutput) does not work if context is loaded on startup

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47018 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r815486 - in /tomcat/trunk/java/org/apache/tomcat/util: net/AbstractEndpoint.java threads/ResizableExecutor.java

2009-09-15 Thread markt
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

svn commit: r815490 - in /tomcat/trunk: java/org/apache/catalina/connector/mbeans-descriptors.xml webapps/docs/ssl-howto.xml webapps/manager/status.xsd webapps/manager/xform.xsl

2009-09-15 Thread markt
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

svn propchange: r815486 - svn:log

2009-09-15 Thread markt
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.

DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

2009-09-15 Thread bugzilla
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

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

2009-09-15 Thread markt
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

svn commit: r815519 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/http.xml ssl-howto.xml

2009-09-15 Thread markt
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

DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

2009-09-15 Thread bugzilla
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