DO NOT REPLY [Bug 42700] New: - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ApplicationDispatcher Patch

2007-06-20 Thread Remy Maucherat
Peter Rossbach wrote: Hi remy, I think the problem is real. Some portlet api and modularized web applications have this problem. Why you veto a fix without a better proposal? I don't see currently an option without a try/finally block. Because your patch moved things around, and added way mo

DO NOT REPLY [Bug 42608] - Invalid Content-Length error for the binary file size greater than 2.1GB

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42693] - JSP-Generation error with recursive tagfile structure

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ApplicationDispatcher Patch

2007-06-20 Thread Peter Rossbach
Hi Remy, you mean this fix is better? == Index: /tomcat55/container/catalina/src/share/org/apache/catalina/ core/ApplicationDispatcher.java === --- /tomcat55/container/catalina/src/share/org/apache/catalina/core/ ApplicationDispa

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ClassNotFoundException when deserialized from tomcat web app

2007-06-20 Thread Mark Thomas
jtigre wrote: > > Hi, > Sorry for being little over descriptive here. This is a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ApplicationDispatcher Patch

2007-06-20 Thread Remy Maucherat
Peter Rossbach wrote: Hi Remy, you mean this fix is better? This "recycle" method actually means "call endAccess on the session" which should only occur if crossContext is true. Rémy - To unsubscribe, e-mail: [EMAIL PROTEC

DO NOT REPLY [Bug 42701] New: - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r549097 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/DataSender.java webapps/docs/changelog.xml

2007-06-20 Thread pero
Author: pero Date: Wed Jun 20 05:56:27 2007 New Revision: 549097 URL: http://svn.apache.org/viewvc?view=rev&rev=549097 Log: No way to timeout new connect attempts for replication sockets. Fix bug 42689 Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/t

DO NOT REPLY [Bug 42689] - no way to timeout new connect attempts for replication sockets

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ApplicationDispatcher Patch

2007-06-20 Thread Peter Rossbach
Hi Remy, that is true, but endAccess also decrement the accessCount as STRICT_SERVLET_COMPLIANCE is true. StandardSession.java L624 /** * End the access. */ public void endAccess() { isNew = false; if (Globals.STRICT_SERVLET_COMPLIANCE) { synchr

DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread Filip Hanik - Dev Lists
how is 5.5.24 looking, if no one objects, I'll plan to start a vote on friday Filip Filip Hanik - Dev Lists wrote: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.24/ will let these sit to mid next week, and then we can take a vote. feedback between now and then is welcome at any time.

Re: ApplicationDispatcher Patch

2007-06-20 Thread Remy Maucherat
Peter Rossbach wrote: Hi Remy, that is true, but endAccess also decrement the accessCount as STRICT_SERVLET_COMPLIANCE is true. I don't understand how what I wrote can be interpreted as anything but asking for: if (crossContext) { your try/finally(s) } else { the old stuff } ;) If y

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: --- Additional Comments From [EMAIL PROTECTED] 2007-06-20 06:11 --- here is the 6.0 fix http://svn.apache.org/viewvc?view=rev&revision=542645 and here is the 6.x fix http://svn.apache.org/viewvc?view=rev&rev=542666 I was not aware of this. That's a very seriou

Re: 5.5.24 candidate binaries

2007-06-20 Thread Henri Gomez
works for me 2007/6/20, Filip Hanik - Dev Lists <[EMAIL PROTECTED]>: how is 5.5.24 looking, if no one objects, I'll plan to start a vote on friday Filip Filip Hanik - Dev Lists wrote: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.24/ > will let these sit to mid next week, and then

DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread Len Popp
It's been running fine on Windows for a few days. -- Len On 6/20/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: how is 5.5.24 looking, if no one objects, I'll plan to start a vote on friday Filip Filip Hanik - Dev Lists wrote: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.2

DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cleanroomed schemas and DTDs

2007-06-20 Thread Paul McMahan
The geronimo project has created cleanroom versions of the following schemas and DTDs: j2ee_1_4.xsd j2ee_web_services_1_1.xsd j2ee_web_services_client_1_1.xsd jsp_2_0.xsd jsp_2_1.xsd web-app_2_2.dtd web-app_2_3.dtd web-app_2_4.xsd web-app_2_5.xsd web-jsptaglibrary_2_0.xsd web-jsptaglibrary_2_1.

Re: DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: --- Additional Comments From [EMAIL PROTECTED] 2007-06-20 06:11 --- here is the 6.0 fix http://svn.apache.org/viewvc?view=rev&revision=542645 and here is the 6.x fix http://svn.apache.org/viewvc?view=rev&rev=542666 I was not aware of th

Re: ApplicationDispatcher Patch

2007-06-20 Thread Remy Maucherat
Remy Maucherat wrote: Peter Rossbach wrote: Hi Remy, that is true, but endAccess also decrement the accessCount as STRICT_SERVLET_COMPLIANCE is true. I don't understand how what I wrote can be interpreted as anything but asking for: if (crossContext) { your try/finally(s) } else { th

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread George Sexton
It looks OK to me. Filip Hanik - Dev Lists wrote: how is 5.5.24 looking, if no one objects, I'll plan to start a vote on friday Filip Filip Hanik - Dev Lists wrote: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.24/ will let these sit to mid next week, and then we can take a vote. f

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42701] - Http11NioProtocol returns wrong data on non-Comet HTTP requests

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42608] - Invalid Content-Length error for the binary file size greater than 2.1GB

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42608] - Invalid Content-Length error for the binary file size greater than 2.1GB

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread Peter Rossbach
Hi Filip. The commons-modeler 2.0 not include ant.properties, but we need the modeler jmx task: localhost:~/develop/server/apache-tomcat-5.5.24-embed peter$ ant Buildfile: build.xml init: [taskdef] Could not load definitions from resource org/apache/ commons/modeler/ant/ant.properties.

svn commit: r549222 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2007-06-20 Thread rjung
Author: rjung Date: Wed Jun 20 13:32:24 2007 New Revision: 549222 URL: http://svn.apache.org/viewvc?view=rev&rev=549222 Log: Clean up constant ordering. Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h URL: http://

svn commit: r549224 - in /tomcat/connectors/trunk/jk: native/common/jk_global.h native/common/jk_shm.c native/common/jk_types.h.in native/common/jk_util.c native/configure.in native/scripts/build/jk_c

2007-06-20 Thread rjung
Author: rjung Date: Wed Jun 20 13:39:05 2007 New Revision: 549224 URL: http://svn.apache.org/viewvc?view=rev&rev=549224 Log: Auto-detect correct print format for pid_t. This fixes at least compiler warnings on Solaris. Added: tomcat/connectors/trunk/jk/native/scripts/build/jk_common.m4 (wit

svn commit: r549225 - in /tomcat/connectors/trunk/jk/native: common/jk_ajp12_worker.c common/jk_connect.c common/jk_lb_worker.c nt_service/jk_nt_service.c

2007-06-20 Thread rjung
Author: rjung Date: Wed Jun 20 13:40:44 2007 New Revision: 549225 URL: http://svn.apache.org/viewvc?view=rev&rev=549225 Log: Fix a couple of compiler warnings related to type conversion from chars to ints for isspace(), isdigit() etc. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp1

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42707] New: - add host alias using jmx doesn't take affect until restart

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42708] New: - jmx is unable to store config : StoreConfig mbean not registeredCatalina:type=StoreConfig

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42700] - Tomcat 6.0.10 doesn't handle well servlet-mappings to docs

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread Filip Hanik - Dev Lists
my question to you earlier was, is this different from 5.5.23? Filip Peter Rossbach wrote: Hi Filip. The commons-modeler 2.0 not include ant.properties, but we need the modeler jmx task: localhost:~/develop/server/apache-tomcat-5.5.24-embed peter$ ant Buildfile: build.xml init: [taskd

svn commit: r549328 - in /tomcat/connectors/trunk/jk/java/org/apache: coyote/ajp/AjpAprProcessor.java jk/common/JkInputStream.java

2007-06-20 Thread billbarker
Author: billbarker Date: Wed Jun 20 19:21:36 2007 New Revision: 549328 URL: http://svn.apache.org/viewvc?view=rev&rev=549328 Log: Allow for large-file support on downloads as well as uploads. Reported By: Rainer Jung Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProce

DO NOT REPLY [Bug 40107] - JK should handle EAGAIN in jk_is_socket_connected()

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40107] - JK should handle EAGAIN in jk_is_socket_connected()

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42712] New: - Hot deployment not working properly

2007-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: 5.5.24 candidate binaries

2007-06-20 Thread Peter Rossbach
No, and I think we can fix it later at 5.5.25. At commons modeler nightly build the bug is not fixed. Peter Am 21.06.2007 um 03:42 schrieb Filip Hanik - Dev Lists: my question to you earlier was, is this different from 5.5.23? Filip Peter Rossbach wrote: Hi Filip. The commons-modeler 2