svn commit: r653314 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/apache.xml webserver_howto/apache.xml

2008-05-04 Thread rjung
Author: rjung Date: Sun May 4 23:56:21 2008 New Revision: 653314 URL: http://svn.apache.org/viewvc?rev=653314&view=rev Log: Add info to docs, that variables sent via JkEnvVar are not listed in request.getAttributeNames(). Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

Bug report for Tomcat 5 [2008/05/04]

2008-05-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2008/05/04]

2008-05-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2008/05/04]

2008-05-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/05/04]

2008-05-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: JConsole and tomcat.

2008-05-04 Thread Yoav Shapira
On Sun, May 4, 2008 at 11:49 PM, Costin Manolache <[EMAIL PROTECTED]> wrote: > If you don't add the option - you'll see that tomcat uses a separate mbean > server. I want to have it consistent - > with or without -Dcom.sun... to use the platform mbean server. +1 from me. Maybe add a flag to di

Re: JConsole and tomcat.

2008-05-04 Thread Costin Manolache
I think that's doing the same thing - loading the platform mbean server early on. If you don't add the option - you'll see that tomcat uses a separate mbean server. I want to have it consistent - with or without -Dcom.sun... to use the platform mbean server. Costin On Sun, May 4, 2008 at 8:40 P

Re: JConsole and tomcat.

2008-05-04 Thread Jess Holle
I guess I'm doing something "funny" then because I see a *lot* of Tomcat MBeans in jconsole. I added -Dcom.sun.management.jmxremote, of course -- to cover Java 5 and left it in place for Java 6, but otherwise I don't think I did anything funny until within my web app. Costin Manolache wrote:

JConsole and tomcat.

2008-05-04 Thread Costin Manolache
This is a proposal for a very small change in tomcat trunk, to make tomcat easier to use with JConsole. Right now if you start tomcat 'out of box' and than try to inspect it with jconsole, you'll only see the 'platform' mbeans (memory etc). That's because tomcat doesn't use the platform mbean serve

[Tomcat Wiki] Update of "PoweredBy" by Jeff Lundquist

2008-05-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jeff Lundquist: http://wiki.apache.org/tomcat/PoweredBy -- http://ww

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

2008-05-04 Thread markt
Author: markt Date: Sun May 4 09:32:23 2008 New Revision: 653247 URL: http://svn.apache.org/viewvc?rev=653247&view=rev Log: Fix typo in recently added dbcp check so you can build a release on a 1.5 JDK Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache

svn commit: r653236 - /tomcat/trunk/PROPOSALS.txt

2008-05-04 Thread costin
Author: costin Date: Sun May 4 08:49:05 2008 New Revision: 653236 URL: http://svn.apache.org/viewvc?rev=653236&view=rev Log: Not sure if I got the process right - the 2 classes I want to submit can be found on www.apache.org/~costin. I don't think there is anything tricky about them - except the

DO NOT REPLY [Bug 43080] Suspicious url pattern warning logged to wrong webapp

2008-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43080 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-04 03:43:40 PST --- This has been fixed in trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- Yo

DO NOT REPLY [Bug 43079] pattern verification broken

2008-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43079 --- Comment #6 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-04 03:43:20 PST --- Thanks for the patch. This has been fixed in trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c

svn commit: r653197 - /tomcat/current/tc5.5.x/STATUS.txt

2008-05-04 Thread markt
Author: markt Date: Sun May 4 03:46:18 2008 New Revision: 653197 URL: http://svn.apache.org/viewvc?rev=653197&view=rev Log: Propose fix for 43079 & 43080 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current

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

2008-05-04 Thread markt
Author: markt Date: Sun May 4 03:44:20 2008 New Revision: 653196 URL: http://svn.apache.org/viewvc?rev=653196&view=rev Log: Propose fix for 43079 & 43080 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/tru

svn commit: r653195 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java deploy/SecurityCollection.java

2008-05-04 Thread markt
Author: markt Date: Sun May 4 03:41:48 2008 New Revision: 653195 URL: http://svn.apache.org/viewvc?rev=653195&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43080 and https://issues.apache.org/bugzilla/show_bug.cgi?id=43079 Move warning to StandardContext so a) we can check

Re: apr_cvt() in apr_snprintf() - not (L)GPL

2008-05-04 Thread Rainer Jung
Jim Jagielski schrieb: This closes a long standing confusion on some code in apr_snprintf() (and ap_snprintf() in apache-1.3). The comments indicate that the apr_cvt() implementation was pulled from GNU libc. However, the actual origin of the code is from UNIX V7 (at least... it is also possible

svn commit: r653193 - in /tomcat/connectors/trunk/jk/native: LICENSE NOTICE common/ap_snprintf.c

2008-05-04 Thread rjung
Author: rjung Date: Sun May 4 02:52:56 2008 New Revision: 653193 URL: http://svn.apache.org/viewvc?rev=653193&view=rev Log: Document cvt from V7, not GNU libc, and copyright Caldera International Inc. (cf. r652832) Modified: tomcat/connectors/trunk/jk/native/LICENSE tomcat/connectors/tru

svn commit: r653192 - in /tomcat/connectors/trunk/jk: native/LICENSE native/NOTICE tools/jkrelease.sh

2008-05-04 Thread rjung
Author: rjung Date: Sun May 4 02:44:34 2008 New Revision: 653192 URL: http://svn.apache.org/viewvc?rev=653192&view=rev Log: Use private copies of NATIVE and LICENSE for mod_jk releases. We need to add special entries about ap_snprintf next, which are not relevant to other releases like tcnative.

DO NOT REPLY [Bug 44930] tomcat use AJP connector ,cpu use 99%

2008-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44930 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED