DO NOT REPLY [Bug 44835] Servlet becomes unavailable if any class is updated during runtime.

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44835 --- Comment #4 from Mark Thomas [EMAIL PROTECTED] 2008-04-17 23:45:55 PST --- What is going on is that you are being directed to the correct forum to ask your question. See http://tomcat.apache.org/lists.html for details of how to

svn commit: r649445 - /tomcat/connectors/trunk/jni/native/src/bb.c

2008-04-18 Thread jfclere
Author: jfclere Date: Fri Apr 18 03:06:18 2008 New Revision: 649445 URL: http://svn.apache.org/viewvc?rev=649445view=rev Log: typo. Modified: tomcat/connectors/trunk/jni/native/src/bb.c Modified: tomcat/connectors/trunk/jni/native/src/bb.c URL:

svn commit: r649449 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-04-18 Thread jfclere
Author: jfclere Date: Fri Apr 18 03:16:43 2008 New Revision: 649449 URL: http://svn.apache.org/viewvc?rev=649449view=rev Log: I see no reason to require 0.9.8b. (and tell we test for 0.9.8a). Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified:

DO NOT REPLY [Bug 35869] Can' t run as a service on Windows Server 2003 64-Bit Edition

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35869 sae [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #8

DO NOT REPLY [Bug 35869] Can' t run as a service on Windows Server 2003 64-Bit Edition

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35869 sae [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r647085 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h xdocs/miscellaneous/changelog.xml

2008-04-18 Thread Rainer Jung
Hi Mladen, I went through the new states and busy lines. Comments see below. [EMAIL PROTECTED] schrieb: @@ -1030,11 +1038,22 @@ /* Set returned error to OK */ *is_error = JK_HTTP_OK; +if (!(states = (int *)malloc(num_of_workers * sizeof(int { +*is_error =

svn commit: r649511 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2008-04-18 Thread rjung
Author: rjung Date: Fri Apr 18 06:04:49 2008 New Revision: 649511 URL: http://svn.apache.org/viewvc?rev=649511view=rev Log: - Fix typo in changelog - Fix typo in comment - Add directive name to httpd config error messages - Make httpd config info text consistent w.r.t. upper case first word.

svn commit: r649519 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2008-04-18 Thread rjung
Author: rjung Date: Fri Apr 18 06:08:08 2008 New Revision: 649519 URL: http://svn.apache.org/viewvc?rev=649519view=rev Log: Clarify docs w.r.t. dependencies of the new watchdog thread. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified:

Re: svn commit: r648682 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2008-04-18 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682view=rev Log: Add watchdog thread to Apache 2. It creates additional thread in child process if set for unatended maintenance of the workers Looks good,

svn commit: r649541 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-04-18 Thread mturk
Author: mturk Date: Fri Apr 18 06:51:05 2008 New Revision: 649541 URL: http://svn.apache.org/viewvc?rev=649541view=rev Log: Free resources if failed and updated OK status Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified:

svn commit: r649637 - /tomcat/trunk/java/org/apache/el/lang/ELSupport.java

2008-04-18 Thread markt
Author: markt Date: Fri Apr 18 11:08:31 2008 New Revision: 649637 URL: http://svn.apache.org/viewvc?rev=649637view=rev Log: Remove unused code. No functional change. Modified: tomcat/trunk/java/org/apache/el/lang/ELSupport.java Modified: tomcat/trunk/java/org/apache/el/lang/ELSupport.java

svn commit: r649638 - /tomcat/trunk/java/org/apache/el/lang/ELSupport.java

2008-04-18 Thread markt
Author: markt Date: Fri Apr 18 11:10:06 2008 New Revision: 649638 URL: http://svn.apache.org/viewvc?rev=649638view=rev Log: Fix bug 43656. coerceToType() modified some values. Patch provided by Nils Eckert. Modified: tomcat/trunk/java/org/apache/el/lang/ELSupport.java Modified:

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

2008-04-18 Thread markt
Author: markt Date: Fri Apr 18 11:12:34 2008 New Revision: 649639 URL: http://svn.apache.org/viewvc?rev=649639view=rev Log: Propose patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #2 from Konstantin Kolinko [EMAIL PROTECTED] 2008-04-18 20:03:29 PST --- Well, the patch (as proposed in rev. 649639) fixes ELSupport.coerceToType(Object, Class), but the bug itself is in ELSupport.coerceToNumber(Number,

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #3 from Konstantin Kolinko [EMAIL PROTECTED] 2008-04-18 20:19:52 PST --- Created an attachment (id=21831) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=21831) Testcase against ELSupport.coerceToNumber It is a

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #47 from Suzuki Yuichiro [EMAIL PROTECTED] 2008-04-18 21:46:52 PST --- I tried current 6.0.x. It looks working fine at all test cases. Thank you very much for the fix. But there is a few comments. 1. readAheadLimit value

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 Suzuki Yuichiro [EMAIL PROTECTED] changed: What|Removed |Added Attachment #21683|0 |1 is