Fwd: How to configure maxParameterCount

2012-04-25 Thread Zhi Xie
-- 已转发邮件 -- 发件人: Zhi Xie 日期: 2012年4月25日 下午5:58 主题: How to configure maxParameterCount 收件人: users-h...@tomcat.apache.org Hi, is there anybody know how to customize the tomcat connecter's maxParameterCount. The default value is 1, too large for me. I need to set it to 1000. Ho

Re: How to configure maxParameterCount

2012-04-25 Thread Konstantin Kolinko
2012/4/25 Zhi Xie : > -- 已转发邮件 -- > 发件人: Zhi Xie > 日期: 2012年4月25日 下午5:58 > 主题: How to configure maxParameterCount > 收件人: users-h...@tomcat.apache.org > > > > Hi, is there anybody know how to customize the tomcat connecter's > maxParameterCount. The default value is 1, too large

Re: svn commit: r1303339 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2012-04-25 Thread Brian Burch
On 24/04/12 21:34, Mark Thomas wrote: On 24/04/2012 21:11, Mark Thomas wrote: On 24/04/2012 20:51, Brian Burch wrote: Sorry I haven't been able to quote the details of this commit made by markt a month ago, but I didn't keep a copy in my inbox. I previously submitted an enhancement to the corr

Re: svn commit: r1303339 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2012-04-25 Thread Mark Thomas
On 25/04/2012 12:03, Brian Burch wrote: > On 24/04/12 21:34, Mark Thomas wrote: >> On 24/04/2012 21:11, Mark Thomas wrote: >>> On 24/04/2012 20:51, Brian Burch wrote: Sorry I haven't been able to quote the details of this commit made by markt a month ago, but I didn't keep a copy in my in

svn commit: r1330303 - /tomcat/taglibs/standard/trunk/pom.xml

2012-04-25 Thread jboynes
Author: jboynes Date: Wed Apr 25 14:19:04 2012 New Revision: 1330303 URL: http://svn.apache.org/viewvc?rev=1330303&view=rev Log: update site and ci locations Modified: tomcat/taglibs/standard/trunk/pom.xml Modified: tomcat/taglibs/standard/trunk/pom.xml URL: http://svn.apache.org/viewvc/tom

svn commit: r1330519 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/

2012-04-25 Thread schultz
Author: schultz Date: Wed Apr 25 19:51:17 2012 New Revision: 1330519 URL: http://svn.apache.org/viewvc?rev=1330519&view=rev Log: Back-port for "Add APR version number to tcnative version INFO log message". Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1330521 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/

2012-04-25 Thread schultz
Author: schultz Date: Wed Apr 25 19:59:23 2012 New Revision: 1330521 URL: http://svn.apache.org/viewvc?rev=1330521&view=rev Log: Backport of "Add OpenSSL version number INFO log message when initializing" Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apac

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

2012-04-25 Thread schultz
Author: schultz Date: Wed Apr 25 19:59:56 2012 New Revision: 1330523 URL: http://svn.apache.org/viewvc?rev=1330523&view=rev Log: Updated STATUS to remove backport proposal (just applied). Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apa

DO NOT REPLY [Bug 53056] Add APR version number to tcnative version INFO log message

2012-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53056 --- Comment #4 from Christopher Schultz 2012-04-25 20:06:14 UTC --- Back-ported to 6.0.x. Will be in 6.0.36. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

DO NOT REPLY [Bug 53057] Add OpenSSL version number to INFO log message when initializing

2012-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53057 --- Comment #2 from Christopher Schultz 2012-04-25 20:10:28 UTC --- For completeness, this was fixed in trunk and 7.0.x and will be included in 7.0.28. Back-ported to 6.0.x and will be included in 6.0.36. -- Configure bugmail: https://is

Problem back-porting r1298479

2012-04-25 Thread Christopher Schultz
All, I'm trying to back-port r1298479 (and several other clean-up patches) to tc6.0.x but there seems to be some impedence in RealmBase. In 7.0.x and trunk, RealmBase implements LifecycleMBeanBase which has an "initInternal" method while in 6.0.x, RealmBase has no superclass (well, java.lang.Obje

Re: Problem back-porting r1298479

2012-04-25 Thread Christopher Schultz
All, On 4/25/12 4:43 PM, Christopher Schultz wrote: > It looks like RealmBase in 6.0.x implements Lifecycle's interface > manually and there *is* an init() method called from Lifecycle.start(). > That seems to be to be the natural place to put this in the absence of > the initInternal method being

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-04-25 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

DO NOT REPLY [Bug 53151] New: Tomcat 7 SimpleTCPCluster.java does not send payload on Start & Stop

2012-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53151 Bug #: 53151 Summary: Tomcat 7 SimpleTCPCluster.java does not send payload on Start & Stop Product: Tomcat 7 Version: 7.0.27 Platform: PC Status: NEW

DO NOT REPLY [Bug 53151] Tomcat 7 SimpleTCPCluster.java does not send payload on Start & Stop

2012-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53151 Nilesh changed: What|Removed |Added OS/Version||All --- Comment #1 from Nilesh 2012-04-2