svn commit: r548683 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/loadbalancers.xml miscellaneous/changelog.xml reference/workers.xml

2007-06-19 Thread rjung
Author: rjung Date: Tue Jun 19 03:33:33 2007 New Revision: 548683 URL: http://svn.apache.org/viewvc?view=rev&rev=548683 Log: Clarify relation between worker names and jvmRoute for load balancing. Hopefully this will answer the most frequently asked question in a way users will understand (at least

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

2007-06-19 Thread rjung
Author: rjung Date: Tue Jun 19 05:34:33 2007 New Revision: 548709 URL: http://svn.apache.org/viewvc?view=rev&rev=548709 Log: Apache: Add forwarding uri to debug log. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c t

DO NOT REPLY [Bug 42566] - hangs including jsp with < symbol

2007-06-19 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: r548791 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ xdocs/miscellaneous/

2007-06-19 Thread rjung
Author: rjung Date: Tue Jun 19 09:36:22 2007 New Revision: 548791 URL: http://svn.apache.org/viewvc?view=rev&rev=548791 Log: Fix Bugzilla 42608: Handle Content-length as unsigned 64Bit to allow for huge up- and downloads. This still needs intensive testing in combination with the fixes of the jk

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

2007-06-19 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: client ssl re-negotiation after invalidating session

2007-06-19 Thread Atul Mahajan
Sorry for the xross post but I wasn't sure if I should open a bug on this and wanted to see if its already been resolved. Thanks A t u l - Original Message From: Mark Thomas <[EMAIL PROTECTED]> To: Tomcat Developers List Sent: Monday, June 18, 2007 5:14:28 PM Subject: Re: client ssl r

svn commit: r548802 - in /tomcat/container/tc5.5.x: catalina/build.xml catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring

2007-06-19 Thread pero
Author: pero Date: Tue Jun 19 10:19:43 2007 New Revision: 548802 URL: http://svn.apache.org/viewvc?view=rev&rev=548802 Log: Add JMXAdaptorLifecycleListener to start JMX Connector with fix naming and data port. This feature is needed to have stable remote access as your local firewall is activ.

Forms and chunked encoding (fwd)

2007-06-19 Thread Daniel Barkalow
I'm trying to post a form response from a program I'm writing using curl to a web app. So that I don't have to buffer the entire post on the sending side, because it could be long, I'd like to use HTTP/1.1's "Transfer-Encoding: chunked" instead of "Content-Length". I notice that getParameter()

ApplicationDispatcher Patch

2007-06-19 Thread Peter Rossbach
Hi Remy and Filip you veto my ApplicationDispatcher patch for Tomcat Release 5.5.25 (revision 545127) 7.6.2007 and see Bugreport 30949: My patch fix following bugs: After a exception at ApplicationDispatcher.forward and include is thrown: - Memory Leak at STRICT_SERVLET_COMPILANCE is en

Re: ApplicationDispatcher Patch

2007-06-19 Thread Remy Maucherat
Peter Rossbach wrote: Hi Remy and Filip you veto my ApplicationDispatcher patch for Tomcat Release 5.5.25 (revision 545127) 7.6.2007 and see Bugreport 30949: My patch fix following bugs: After a exception at ApplicationDispatcher.forward and include is thrown: - Memory Leak at STRICT_SERVL

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

2007-06-19 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

ClassNotFoundException when deserialized from tomcat web app

2007-06-19 Thread jtigre
Hi, Sorry for being little over descriptive here. I have an issue deserializing a file that contains a Map>. These POJO bean classes are stored in a jar file uder web-app/lib. I can deserialize the file from a standalone java program, from tomcat web app when tomcat is started from within Eclipse

Re: ApplicationDispatcher Patch

2007-06-19 Thread Peter Rossbach
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. regards Peter Am 19.06.2007 um 22:59 schrieb Remy Maucherat: Peter Ross