DO NOT REPLY [Bug 38085] New: - CGIServlet - form data with enctype="multipart/form-data"

2005-12-31 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: r360466 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2005-12-31 Thread billbarker
Author: billbarker Date: Sat Dec 31 16:24:57 2005 New Revision: 360466 URL: http://svn.apache.org/viewcvs?rev=360466&view=rev Log: Fix handling of the special first Body-Chunk packet. Somebody that knows the APR interface better than me could probably clean this up (e.g. swallow an unread first

Re: svn commit: r359753 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Processor.java

2005-12-31 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: >> Without actually checking, mod_jk/mod_proxy_ajp should only send an >> unrequested initial bodyChunk if the client sends a CL. So if there is >> no CL, Tomcat will send back GET_BODY_CHUNK mess

DO NOT REPLY [Bug 23950] - [PATCH] Context.listBindings(...) broken?

2005-12-31 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: r360372 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/globalresources.xml

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 10:04:40 2005 New Revision: 360372 URL: http://svn.apache.org/viewcvs?rev=360372&view=rev Log: Fix typo Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/globalresources.xml Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/

svn commit: r360371 - /tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 10:04:19 2005 New Revision: 360371 URL: http://svn.apache.org/viewcvs?rev=360371&view=rev Log: Fix typo Modified: tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml Modified: tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml URL: h

Re: svn commit: r359753 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Processor.java

2005-12-31 Thread Remy Maucherat
Bill Barker wrote: Without actually checking, mod_jk/mod_proxy_ajp should only send an unrequested initial bodyChunk if the client sends a CL. So if there is no CL, Tomcat will send back GET_BODY_CHUNK message, and act on the response from Httpd/IIS/SunOne. The main purpose of the "read requ

DO NOT REPLY [Bug 34643] - document how to use certificate-based "clientAuth" on a per user or per session basis also with self-signed/expired client certs

2005-12-31 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 34643] - document how to use certificate-based "clientAuth" on a per user or per session basis also with self-signed/expired client certs

2005-12-31 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: r360283 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming: ./ resources/

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 06:32:01 2005 New Revision: 360283 URL: http://svn.apache.org/viewcvs?rev=360283&view=rev Log: Code clean up. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming/NamingContextBindingsEnumeration.java tomcat/container/branches/t

DO NOT REPLY [Bug 37854] - Too strict Extension-List analysis

2005-12-31 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: r360278 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util: Extension.java ExtensionValidator.java ManifestResource.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:26:41 2005 New Revision: 360278 URL: http://svn.apache.org/viewcvs?rev=360278&view=rev Log: Port fix for bug 37854 (extension compatibility checking too strict) from TC4. Also fixes following issues discovered during testing: - The unique ID used for an extension

svn commit: r360277 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader: Extension.java WebappClassLoader.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:14:14 2005 New Revision: 360277 URL: http://svn.apache.org/viewcvs?rev=360277&view=rev Log: Fix bug 37854. Extension compatibility checking was too strict. Also fixes the following issues found whilst testing: - only the webapp class loader was used to search for

svn commit: r360276 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader: StandardClassLoader.java WebappLoader.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:09:39 2005 New Revision: 360276 URL: http://svn.apache.org/viewcvs?rev=360276&view=rev Log: Code clean up Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java tomcat/container/branches/tc4.1.