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

2008-04-17 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 sub

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

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 15:09:44 2008 New Revision: 649303 URL: http://svn.apache.org/viewvc?rev=649303&view=rev Log: Propose patch. 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?r

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-17 15:05:32 PST --- Thanks for the test case. The problem was that the wrapper originally allocated to the request is stopped as part of the reload. I have committed a fix to

svn commit: r649302 - /tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 15:07:38 2008 New Revision: 649302 URL: http://svn.apache.org/viewvc?rev=649302&view=rev Log: Patch for bug 43683. It could be more efficient if wrapper.started was visible but that would have made the patch quite invasive. Modified: tomcat/trunk/java/org/apach

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

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 13:33:08 2008 New Revision: 649264 URL: http://svn.apache.org/viewvc?rev=649264&view=rev Log: Vote 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=649264&

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

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 13:01:37 2008 New Revision: 649254 URL: http://svn.apache.org/viewvc?rev=649254&view=rev Log: expose property attribute 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/

svn commit: r649253 - /tomcat/trunk/webapps/docs/changelog.xml

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 13:00:10 2008 New Revision: 649253 URL: http://svn.apache.org/viewvc?rev=649253&view=rev Log: update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/w

svn commit: r649252 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 12:58:51 2008 New Revision: 649252 URL: http://svn.apache.org/viewvc?rev=649252&view=rev Log: make the alwaysSend flag public, so that we can set it through config Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterc

svn commit: r649248 - /tomcat/trunk/webapps/docs/changelog.xml

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 12:46:23 2008 New Revision: 649248 URL: http://svn.apache.org/viewvc?rev=649248&view=rev Log: update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/w

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

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 12:22:19 2008 New Revision: 649241 URL: http://svn.apache.org/viewvc?rev=649241&view=rev Log: override fix for serialized sessions Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

DO NOT REPLY [Bug 44833] DeltaSession Externalization Problem

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44833 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |ASSIGNED ---

svn commit: r649238 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 12:20:00 2008 New Revision: 649238 URL: http://svn.apache.org/viewvc?rev=649238&view=rev Log: fix override of methods from standardsession Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified: tomcat/trunk/java/org/apache/cata

DO NOT REPLY [Bug 44819] SEVERE: Error filterStart

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

DO NOT REPLY [Bug 44785] Documentation f the MaxThread default value for AJP connector

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

DO NOT REPLY [Bug 44818] tomcat hangs with GET when content-length is defined

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44818 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Severity|normal |enhancement -

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

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44835 --- Comment #3 from Paul <[EMAIL PROTECTED]> 2008-04-17 12:07:02 PST --- (In reply to comment #1) > Bugzilla is not a support forum. This question is best directed to the users > list. what's going on here? -- Configure bugmail: htt

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

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

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

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44835 Paul <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

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

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

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

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44835 Summary: Servlet becomes unavailable if any class is updated during runtime. Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW

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

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 11:03:38 2008 New Revision: 649210 URL: http://svn.apache.org/viewvc?rev=649210&view=rev Log: vote 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=649210&

DO NOT REPLY [Bug 44391] SSI handling of escaped characters broken

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

svn commit: r649207 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ssi/SSIProcessor.java webapps/docs/changelog.xml

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:55:30 2008 New Revision: 649207 URL: http://svn.apache.org/viewvc?rev=649207&view=rev Log: Fix bug 44391. Correct handling of escaped values in SSI processing. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ssi/SSI

DO NOT REPLY [Bug 44392] HTML entities not resolved in SSI filter

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

svn commit: r649203 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ssi/SSIEcho.java java/org/apache/catalina/ssi/SSIMediator.java webapps/docs/changelog.xml

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:47:19 2008 New Revision: 649203 URL: http://svn.apache.org/viewvc?rev=649203&view=rev Log: Fix bug 44392. Handle HTML entities correctly in SSI processing. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ssi/SSIEcho

DO NOT REPLY [Bug 44766] Tomcat's EL implementation doesn' t coerce custom Number subclasses

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

svn commit: r649198 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/el/lang/ELArithmetic.java webapps/docs/changelog.xml

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:39:46 2008 New Revision: 649198 URL: http://svn.apache.org/viewvc?rev=649198&view=rev Log: Fix bug 44766. EL doesn't coerce custom Number subclasses. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/el/lang/ELArithmetic.java

DO NOT REPLY [Bug 44428] FunctionMapperImpl. Function throws a NPE in certain circumstances

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

svn commit: r649195 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/el/lang/FunctionMapperImpl.java webapps/docs/changelog.xml

2008-04-17 Thread markt
Author: markt Date: Thu Apr 17 10:27:26 2008 New Revision: 649195 URL: http://svn.apache.org/viewvc?rev=649195&view=rev Log: Fix bug 44428. Possible NPE in serialization. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/el/lang/FunctionMapperImpl.java tom

svn commit: r649107 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-04-17 Thread mturk
Author: mturk Date: Thu Apr 17 06:56:08 2008 New Revision: 649107 URL: http://svn.apache.org/viewvc?rev=649107&view=rev Log: Add watchdog thread to IIS as well Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

DO NOT REPLY [Bug 44833] New: DeltaSession Externalization Problem

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44833 Summary: DeltaSession Externalization Problem Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

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

2008-04-17 Thread Filip Hanik - Dev Lists
+1, absolutely, I think the remaining patches, are small and easy and we can get them in, wanna set a date for the tag I'll do the same for 5.5 but trail it a couple of days after so we can get the votes in If possible, please review * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=4266

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

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 06:42:06 2008 New Revision: 649097 URL: http://svn.apache.org/viewvc?rev=649097&view=rev Log: cast votes 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=

svn commit: r649095 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2008-04-17 Thread fhanik
Author: fhanik Date: Thu Apr 17 06:40:43 2008 New Revision: 649095 URL: http://svn.apache.org/viewvc?rev=649095&view=rev Log: Apply patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/tc6.0.x/trunk/webapps/docs/c

DO NOT REPLY [Bug 44832] JK 1.2.26 - can not compile with IBM compiler

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44832 Mladen Turk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r649092 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-04-17 Thread mturk
Author: mturk Date: Thu Apr 17 06:36:16 2008 New Revision: 649092 URL: http://svn.apache.org/viewvc?rev=649092&view=rev Log: Fix 44832 by not using c++ style comments in C code Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/comm

DO NOT REPLY [Bug 44832] New: JK 1.2.26 - can not compile with IBM compiler

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44832 Summary: JK 1.2.26 - can not compile with IBM compiler Product: Tomcat 6 Version: unspecified Platform: Other OS/Version: AIX Status: NEW Severity: normal Pri

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-17 Thread Mladen Turk
jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682&view=rev Log: Add watchdog thread to

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-17 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682&view=rev Log: Add watchdog thread to Apache 2. It creates additi

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

2008-04-17 Thread rjung
Author: rjung Date: Thu Apr 17 03:29:35 2008 New Revision: 649041 URL: http://svn.apache.org/viewvc?rev=649041&view=rev Log: Remove trailing white space. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL:

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-17 Thread Mladen Turk
jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682&view=rev Log: Add watchdog thread to Apache 2. It creates additional thread in chil

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

2008-04-17 Thread rjung
Author: rjung Date: Thu Apr 17 02:35:48 2008 New Revision: 649023 URL: http://svn.apache.org/viewvc?rev=649023&view=rev Log: Remove wrong optimization remark. 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

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

2008-04-17 Thread Rainer Jung
Konstantin Kolinko wrote: 2008/4/16 <[EMAIL PROTECTED]>: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44766 Handle custom subtypes of java.lang.Number http://svn.apache.org/viewvc?view=rev&revision=646106 - +1: markt, remm + +1: markt, remm, rjung -1: + rjung: Simpl

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-17 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682&view=rev Log: Add watchdog thread to Apache 2. It creates additional thread in child process if set for unatend