Re: Plans for 6.0.next?

2011-10-11 Thread jean-frederic clere
On 10/11/2011 04:00 PM, Konstantin Kolinko wrote: Hi! Now that JavaOne is over and people are back to their homes, maybe it is time to roll 6.0.34? I plan to do that next week. Cheers Jean-Frederic - To unsubscribe, e-mail:

DO NOT REPLY [Bug 51862] JreMemoryLeakPreventionListener enhancement to load configurable classes

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 --- Comment #5 from Sylvain Laurent 2011-10-12 05:03:18 UTC --- It would indeed simplify JMLPL but would break the existing "API" if the setters and getters were removed. Or we can refactor to have the flag setters merely add some known cl

DO NOT REPLY [Bug 52009] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 --- Comment #4 from Konstantin Kolinko 2011-10-12 04:31:05 UTC --- > I already sent you the application in gmail, which is so large to attache > here. 1) I bet that you do not need all 25 Mb of dojox components of dojotoolkit. The NPE i

DO NOT REPLY [Bug 52009] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 --- Comment #3 from viola.lu 2011-10-12 03:18:05 UTC --- Hi, Konstantin: Errors were generated when tomcat start. I just directly put it before tomcat start, so it failed when start tomcat. You can start tomcat, and then put it in webapp

DO NOT REPLY [Bug 52009] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 --- Comment #2 from viola.lu 2011-10-12 03:07:05 UTC --- Created attachment 27764 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27764 tomcat configuration tomcat configuration -- Configure bugmail: https://issues.apache.org/

DO NOT REPLY [Bug 52009] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 --- Comment #1 from Konstantin Kolinko 2011-10-12 02:57:34 UTC --- (In reply to comment #0) > You can also get these file from attached zip > 4. Put sample files QuoteStreamerApp.war as attached in webapp folder 1) You forgot to attach th

[jira] [Created] (MTOMCAT-101) Add the ability to deploy to a Tomcat instance on the filesystem rather than via HTTP

2011-10-11 Thread Steve Swinsburg (Created) (JIRA)
Add the ability to deploy to a Tomcat instance on the filesystem rather than via HTTP - Key: MTOMCAT-101 URL: https://issues.apache.org/jira/browse/MTOMCAT-101 Projec

DO NOT REPLY [Bug 51741] Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 Mike Youngstrom changed: What|Removed |Added CC||you...@gmail.com -- Configure b

DO NOT REPLY [Bug 51862] JreMemoryLeakPreventionListener enhancement to load configurable classes

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 --- Comment #4 from Konstantin Kolinko 2011-10-11 23:34:11 UTC --- If you have predefined list of classes, what will this configuration property do: add to it, or replace it? If it adds to it, how you remove items from predefined list (th

[jira] [Closed] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Olivier Lamy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-100. Resolution: Fixed implemented > support war overlay to add war external dependenc

[jira] [Commented] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125381#comment-13125381 ] Hudson commented on MTOMCAT-100: Integrated in TomcatMavenPlugin #27 (See [https://build

svn commit: r1182081 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/

2011-10-11 Thread olamy
Author: olamy Date: Tue Oct 11 20:50:38 2011 New Revision: 1182081 URL: http://svn.apache.org/viewvc?rev=1182081&view=rev Log: [MTOMCAT-100] support war overlay to add war external dependencies in tomcat run: this option must be on by default to mimic what the maven war plugin does with overlays

[jira] [Updated] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-100: - Description: /WEB-INF/lib/*.jar and /WEB-INF/classes will added to web app classloader when usi

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #16 from Konstantin Kolinko 2011-10-11 20:32:53 UTC --- (In reply to comment #15) > There is a new Digester release (3.0), but I have no idea whether it would > significantly improve speed >From threading point of view it is s

DO NOT REPLY [Bug 51966] Tomcat does not support ssha hashed passwords in all contexts

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51966 --- Comment #5 from Christopher Schultz 2011-10-11 20:30:51 UTC --- (In reply to comment #3) > Thank you for the great feedback. The salt isn't part of the users password. > If > you look at the digest method that's used to generate the e

[jira] [Commented] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125354#comment-13125354 ] Hudson commented on MTOMCAT-100: Integrated in TomcatMavenPlugin-mvn2.x #8 (See [https:/

[jira] [Commented] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125353#comment-13125353 ] Hudson commented on MTOMCAT-100: Integrated in TomcatMavenPlugin #25 (See [https://build

svn commit: r1182067 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

2011-10-11 Thread olamy
Author: olamy Date: Tue Oct 11 20:19:36 2011 New Revision: 1182067 URL: http://svn.apache.org/viewvc?rev=1182067&view=rev Log: upgrade to tomcat core 7.0.22 Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL:

svn commit: r1182064 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/

2011-10-11 Thread olamy
Author: olamy Date: Tue Oct 11 20:19:12 2011 New Revision: 1182064 URL: http://svn.apache.org/viewvc?rev=1182064&view=rev Log: [MTOMCAT-100] support war overlay to add war external dependencies in tomcat run: tomcat6 support too. Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/

svn commit: r1182063 - in /tomcat/maven-plugin/trunk: ./ common-tomcat-maven-plugin/ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/ tomcat6-maven-plugin/src/main/java/org

2011-10-11 Thread olamy
Author: olamy Date: Tue Oct 11 20:16:43 2011 New Revision: 1182063 URL: http://svn.apache.org/viewvc?rev=1182063&view=rev Log: [MTOMCAT-100] support war overlay to add war external dependencies in tomcat run. Added: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apac

[jira] [Updated] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-100: - Component/s: tomcat7 tomcat6 > support war overlay to add war external depe

[jira] [Created] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2011-10-11 Thread Olivier Lamy (Created) (JIRA)
support war overlay to add war external dependencies in tomcat run --- Key: MTOMCAT-100 URL: https://issues.apache.org/jira/browse/MTOMCAT-100 Project: Maven 2.x Tomcat Plugin

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #15 from Pid 2011-10-11 18:05:57 UTC --- There is a new Digester release (3.0), but I have no idea whether it would significantly improve speed and I suspect it's incompatible so could require non-trivial modifications elsewhere

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 Mark Thomas changed: What|Removed |Added Attachment #27758|0 |1 is obsolete|

RE: ApacheMeetupsNa11 tomcat one?

2011-10-11 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: ApacheMeetupsNa11 tomcat one? > On 10/11/2011 4:04 AM, jean-frederic clere wrote: > > Do we want to "organize" a Tomcat meetup during the ApacheCon? > I'll be there. Moi aussi, although only at ApacheCon on Thursda

DO NOT REPLY [Bug 51862] JreMemoryLeakPreventionListener enhancement to load configurable classes

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 --- Comment #3 from Christopher Schultz 2011-10-11 15:50:29 UTC --- It seems like this feature could be used to reduce the amount of code in JMLPL by providing a default list of classes to load, since that's mainly what's going on in there

Re: ApacheMeetupsNa11 tomcat one?

2011-10-11 Thread Christopher Schultz
Jean-Frederic, On 10/11/2011 4:04 AM, jean-frederic clere wrote: > Do we want to "organize" a Tomcat meetup during the ApacheCon? +1 I'll be there. Though the content last year was rather thin, it was nice to meet Keiichi there. I'd be happy to have a meet-up at Whistler (local ski resort), too

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #13 from Mark Thomas 2011-10-11 15:17:17 UTC --- I've fixed the +/- issue locally and will include that in the next version of the patch. Thanks Konstantin for the catch. Felix, I think you have found one of the places where it

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 Felix Schumacher changed: What|Removed |Added Attachment #27759|0 |1 is obsolete|

Plans for 6.0.next?

2011-10-11 Thread Konstantin Kolinko
Hi! Now that JavaOne is over and people are back to their homes, maybe it is time to roll 6.0.34? There were not many changes, but there was a fix for CVE-2011-3190 among them. Regarding the items currently in STATUS: the fixes for BZ 51872, 51905 are important and need votes. Best regards, Kon

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 Felix Schumacher changed: What|Removed |Added Attachment #27755|0 |1 is obsolete|

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #10 from Konstantin Kolinko 2011-10-11 13:48:19 UTC --- (In reply to comment #9) +// Zero == Runtime.getRuntime().availableProcessors() +// -ve == Runtime.getRuntime().availableProcessors() - value +//

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #9 from Mark Thomas 2011-10-11 13:39:57 UTC --- Created attachment 27758 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27758 Threaded start, stop and deployment fo Contexts This proposed patch (against trunk) provi

DO NOT REPLY [Bug 52011] Importing library Jollyday

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52011 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2011-10-11 Thread kkolinko
Author: kkolinko Date: Tue Oct 11 13:20:13 2011 New Revision: 1181772 URL: http://svn.apache.org/viewvc?rev=1181772&view=rev Log: Add followup fix and trunk revision numbers. I am not voting for this yet - see https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9 It is broken in trunk, thoug

DO NOT REPLY [Bug 51940] Form Authentication Valve should restore request body on PUT method

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 --- Comment #9 from Konstantin Kolinko 2011-10-11 13:15:18 UTC --- 1. I tried to test this in trunk, and replaying a POST request fails for me. Using the following standalone HTML page: [[[ http://localhost:8080/examples/jsp/security/prot

DO NOT REPLY [Bug 52011] New: Importing library Jollyday

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52011 Bug #: 52011 Summary: Importing library Jollyday Product: Tomcat 7 Version: 7.0.22 Platform: PC Status: NEW Severity: normal Priority: P2 Compon

svn commit: r1181749 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2011-10-11 Thread markt
Author: markt Date: Tue Oct 11 12:23:10 2011 New Revision: 1181749 URL: http://svn.apache.org/viewvc?rev=1181749&view=rev Log: Simplify deployment code Use full paths in log messages to remove ambiguity Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache

svn commit: r1181743 - in /tomcat/trunk/java/org/apache/catalina/startup: HostConfig.java LocalStrings.properties

2011-10-11 Thread markt
Author: markt Date: Tue Oct 11 12:15:44 2011 New Revision: 1181743 URL: http://svn.apache.org/viewvc?rev=1181743&view=rev Log: Simplify deployment code Use full paths in log messages to remove ambiguity Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java tomcat/trunk/j

Re: [RFC] Netmask-based filter and valve

2011-10-11 Thread Francis Galiegue
On Tue, Oct 11, 2011 at 13:59, Tim Funk wrote: > Looks ok ... a few comments. > > RemoteCIDRFilter (most of the below apply to the valve too) > > setAllow = If nothing passed  - This should clear allow > setAllow = If a bad "allow" is passed - throw exception. I'd think throwing > an IllegalArgume

Re: [RFC] Netmask-based filter and valve

2011-10-11 Thread Tim Funk
Looks ok ... a few comments. RemoteCIDRFilter (most of the below apply to the valve too) setAllow = If nothing passed - This should clear allow setAllow = If a bad "allow" is passed - throw exception. I'd think throwing an IllegalArgumentException is OK so no catch is needed. Depending on when t

Re: [RFC] Netmask-based filter and valve

2011-10-11 Thread Francis Galiegue
On Tue, Oct 11, 2011 at 11:41, Konstantin Kolinko wrote: > 2011/10/10 Francis Galiegue : >> error handling (what >> should be done when an illegal netmask is supplied, etc). > > I think the called method should fail with some RuntimeException. > > That is what will happen with existing RemoteAddrV

DO NOT REPLY [Bug 51862] JreMemoryLeakPreventionListener enhancement to load configurable classes

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 Konstantin Kolinko changed: What|Removed |Added Platform|Macintosh |All --- Comment #2 from Konst

svn commit: r1181719 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/cha

2011-10-11 Thread kkolinko
Author: kkolinko Date: Tue Oct 11 11:30:03 2011 New Revision: 1181719 URL: http://svn.apache.org/viewvc?rev=1181719&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 JreMemoryLeakPreventionListener enhancement to load configurable classes Modified: tomcat/tc6.0.x/trun

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #8 from Mark Thomas 2011-10-11 11:02:10 UTC --- I'm currently working on combining these two patches into a complete solution that covers multi-threaded deployment, and container start and stop. -- Configure bugmail: https://i

Re: [RFC] Netmask-based filter and valve

2011-10-11 Thread Konstantin Kolinko
2011/10/10 Francis Galiegue : > error handling (what > should be done when an illegal netmask is supplied, etc). I think the called method should fail with some RuntimeException. That is what will happen with existing RemoteAddrValve if you pass a value that Pattern.compile() cannot handle. (See

Re: [RFC] Netmask-based filter and valve

2011-10-11 Thread jean-frederic clere
Hi, that looks good, arrange the formatting and create a bugzilla so it is not forgotten. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apac

DO NOT REPLY [Bug 52009] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 viola.lu changed: What|Removed |Added CC||viola...@gmail.com -- Configure bugmai

DO NOT REPLY [Bug 52009] New: NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 Bug #: 52009 Summary: NPE exception in org.apache.catalina.connector.CoyoteAdapter.service Product: Tomcat 7 Version: 7.0.22 Platform: PC OS/Version: Windows

ApacheMeetupsNa11 tomcat one?

2011-10-11 Thread jean-frederic clere
Hi, Do we want to "organize" a Tomcat meetup during the ApacheCon? See http://wiki.apache.org/apachecon/ApacheMeetupsNa11 for space and already used slots. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomc