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

2007-06-21 Thread Rainer Jung
Not really: I tested >4GB downloads. Instead of setContentLength() you can also setHeader for "Content-Length". Then you have the freedom to format a larger number, because this API takes strings. It works for me. Regards, Rainer Tim Whittington wrote: This would limit dynamic (servlet) resp

Re: 5.5.24 candidate binaries

2007-06-21 Thread Niall Pemberton
On 6/21/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 6/21/07, Peter Rossbach <[EMAIL PROTECTED]> wrote: > Hi, > > many thanks to the very quick fix. I have test the svn head and it > works. After you have the next offiziel build we can update > the tomcat dependency. OK great I plan to crea

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

2007-06-21 Thread Tim Whittington
This would limit dynamic (servlet) responses (and for practical purposes requests) to 32bit, but Tomcat could still serve static content with a 64bit content length.   tim     Tim WhittingtonDevelopment Unit Manager - Concerto Portal[EMAIL PROTECTED]P: +64 9 638 0600 x

svn commit: r549522 - in /tomcat/connectors/trunk/jk/native: apache-1.3/Makefile.netware apache-1.3/Makefile.vc apache-1.3/NWGNUmakefile.mak apache-2.0/Makefile.vc apache-2.0/NWGNUmakefile apache-2.0/

2007-06-21 Thread rjung
Author: rjung Date: Thu Jun 21 08:53:44 2007 New Revision: 549522 URL: http://svn.apache.org/viewvc?view=rev&rev=549522 Log: Add jk_url.[ch] to the Apache build files for the various non Unix platforms. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/Makefile.netware tomcat/connect

Re: JSP pre-compilation problem

2007-06-21 Thread David Jencks
Dunno, but I thought jetty was using jasper from glassfish not apache. You might try using the maven jspc plugin from codehaus, it works for us in geronimo. With the latest version you can specify exactly which jasper version you want to use, here's the snippet from the geronimo pom:

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

2007-06-21 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-21 Thread Niall Pemberton
On 6/21/07, Peter Rossbach <[EMAIL PROTECTED]> wrote: Hi, many thanks to the very quick fix. I have test the svn head and it works. After you have the next offiziel build we can update the tomcat dependency. OK great I plan to create a release candidate for Modeler 2.0.1 either later today or

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

2007-06-21 Thread Peter Rossbach
Hi Rainer, I have look at AccessLogValve to support 64 bit contentLength output, but the complete servlet API based on int data type: API 2.4/ 2.5 ServletRequest public int getContentLength(); ServletResponse public void setContentLength(int len); public void setBufferSize(int size);

Re: 5.5.24 candidate binaries

2007-06-21 Thread Peter Rossbach
Hi, many thanks to the very quick fix. I have test the svn head and it works. After you have the next offiziel build we can update the tomcat dependency. Best regards peter Am 21.06.2007 um 13:46 schrieb Niall Pemberton: On 6/21/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 6/21/07,

Re: 5.5.24 candidate binaries

2007-06-21 Thread Niall Pemberton
On 6/21/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 6/21/07, Peter Rossbach <[EMAIL PROTECTED]> wrote: > No, and I think we can fix it later at 5.5.25. > At commons modeler nightly build the bug is not fixed. I created a Jira issue for this: https://issues.apache.org/jira/browse/MODELER

Re: 5.5.24 candidate binaries

2007-06-21 Thread Niall Pemberton
On 6/21/07, Peter Rossbach <[EMAIL PROTECTED]> wrote: No, and I think we can fix it later at 5.5.25. At commons modeler nightly build the bug is not fixed. I created a Jira issue for this: https://issues.apache.org/jira/browse/MODELER-22 ..and have patched modeler (m1 build) to include it:

JSP pre-compilation problem

2007-06-21 Thread Kevin Jackson
Hi all, I'm working with mvn and the jetty jspc plugin for pre-compiling jsps and I've come across this error: [INFO] [jetty-jspc:jspc {execution: jspc}] 2007-06-21 11:15:18.969::INFO: Logging to STDERR via org.mortbay.log.StdErrLog java.lang.ClassCastException: [Ljava.lang.Object; cannot be ca

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

2007-06-21 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 35297] - [PATCH] Chunked transfer encoding for IIS JK/ISAPI

2007-06-21 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: svn commit: r549328 - in /tomcat/connectors/trunk/jk/java/org/apache: coyote/ajp/AjpAprProcessor.java jk/common/JkInputStream.java

2007-06-21 Thread Rainer Jung
It works. Tested with slightly more than 4 GB. Tomcat now correctly returns the content length header, and mod_jk passes it to the client. Access logging behaves the same as before (broken for Apache 1.3 and 2.0 and Tomcat as well). Thanks! [EMAIL PROTECTED] wrote: Author: billbarker Date

DO NOT REPLY [Bug 36169] - [PATCH] Enable chunked encoding for requests in IIS JK connector

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