bug in ChunkedInputFilter

2006-07-12 Thread Filip Hanik - Dev Lists
gents, I know, back again, and totally bastardizing the HTTP protocol, I have a test request that looks like this: -- POST /comet HTTP/1.1CRLF User-Agent: Jakarta Commons-HttpClient/3.0.1CRLF Host: 127.0.0.1:8080CRLF Transfer-Encoding: chunkedCRLF CRLF 10CRLF test

svn commit: r421482 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/util: CGIProcessEnvironment.java ProcessEnvironment.java ProcessHelper.java

2006-07-12 Thread markt
Author: markt Date: Wed Jul 12 19:36:06 2006 New Revision: 421482 URL: http://svn.apache.org/viewvc?rev=421482&view=rev Log: Delete unused classes deprecated in TC5. Removed: tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/CGIProcessEnvironment.java tomcat/tc6.0.x/trunk/java/org/apach

DO NOT REPLY [Bug 38997] - install4iis.js doesn't work on Windows 2003 Server

2006-07-12 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 35869] - Can't run as a service on Windows Server 2003 64-Bit Edition

2006-07-12 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: r421480 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util: CGIProcessEnvironment.java ProcessEnvironment.java ProcessHelper.java

2006-07-12 Thread markt
Author: markt Date: Wed Jul 12 19:26:36 2006 New Revision: 421480 URL: http://svn.apache.org/viewvc?rev=421480&view=rev Log: Deprecate some old CGI support classes that are no longer used. They will be deleted in TC6. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina

svn commit: r421478 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2006-07-12 Thread markt
Author: markt Date: Wed Jul 12 19:12:34 2006 New Revision: 421478 URL: http://svn.apache.org/viewvc?rev=421478&view=rev Log: Port CGI parameter and POST fixes from TC5 Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/tc6.0.x/trunk/java/org/apa

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2006-07-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 1

[EMAIL PROTECTED]: Project tomcat-tc6 (in module tomcat-tc6) failed

2006-07-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-tc6 has an issue affecting its community integration. This issue affects 1

DO NOT REPLY [Bug 37285] - POST of document through CGI

2006-07-12 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: r421476 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2006-07-12 Thread markt
Author: markt Date: Wed Jul 12 19:08:28 2006 New Revision: 421476 URL: http://svn.apache.org/viewvc?rev=421476&view=rev Log: Fix bug 37285. Align CGI parameter and POST handling with other CGI providers. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGISe

TC6, Response.recycle question

2006-07-12 Thread Filip Hanik - Dev Lists
I have a question, I looked at the code for Response.java, it seems that even if the Request and Response objects have been recycled, the ResponseFacade is allowed a reference all the way down to the output buffer. If this output buffer happens to be reused somewhere, for a different socket, we

Comet timeout proposal

2006-07-12 Thread Filip Hanik - Dev Lists
1. Proposal one - per socket timeout ability for comet requests I was thinking of enhancing the Comet servlet with the ability to add a per-socket-timeout, so that Comet requests don't have to be tuned under the regular timeout specified in server.xml public void setTimeout(HttpServletReques

svn commit: r421461 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2006-07-12 Thread fhanik
Author: fhanik Date: Wed Jul 12 16:29:52 2006 New Revision: 421461 URL: http://svn.apache.org/viewvc?rev=421461&view=rev Log: The NIO connector uses only one poller, so the poller doesn't need to be comet or non comet. Instead the comet status is kept with the key/socket for future reference. Thi

svn commit: r421424 - /tomcat/tc6.0.x/trunk/dist.xml

2006-07-12 Thread remm
Author: remm Date: Wed Jul 12 14:39:49 2006 New Revision: 421424 URL: http://svn.apache.org/viewvc?rev=421424&view=rev Log: - Fix src packaging. Modified: tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?re

svn commit: r421328 [2/2] - in /tomcat/tc6.0.x/trunk: ./ conf/ res/ res/confinstall/ res/deployer/ res/procrun/ webapps/docs/META-INF/ webapps/host-manager/META-INF/ webapps/manager/META-INF/

2006-07-12 Thread remm
Added: tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml?rev=421328&view=auto == --- tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml (ad

Re: Next try: mod_jk 1.2.17 release candidate ready to test

2006-07-12 Thread Henri Gomez
jk 1.2.17 build failed on iSeries v5R3. /home/apache/jk/native/common/jk_connect.c, 198.38: CZM0280(30) Function argument assignment between types "int*" and "unsigned int*" is not allowed. getsockopt on Linux is defined like this : int getsockopt(int s, int level, int optname, void *op

DO NOT REPLY [Bug 39011] - image size limit

2006-07-12 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