From axis-dev-return-18200-apmail-xml-axis-dev-archive=xml.apache.org@xml.apache.org Mon Jan 06 22:32:36 2003 Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 4049 invoked by uid 500); 6 Jan 2003 22:32:35 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 4038 invoked from network); 6 Jan 2003 22:32:35 -0000 Message-ID: From: Tom Jordahl To: "'axis-dev@xml.apache.org'" Subject: RE: DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebD AV methods in proxy mode Date: Mon, 6 Jan 2003 17:32:48 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > I tried out resend today after removing the content-length recalculation and it > works great, including with the s/w in proxy mode and multiple hosts in the same > TCP connection. Wait a minute, the resend functionality needs to recalculate the content-length again because you can edit the request before you send it. This is how *I* use the resend button. Please don't remove that code.... -- Tom Jordahl Macromedia Server Development -----Original Message----- From: bugzilla@apache.org [mailto:bugzilla@apache.org] Sent: Monday, January 06, 2003 5:23 PM To: axis-dev@xml.apache.org Subject: DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=15741 TCP Monitor does not handle WebDAV methods in proxy mode ------- Additional Comments From Christopher.D.Knight@nasa.gov 2003-01-06 22:22 ------- Of course! ;^) How about these test cases: * running the latest Litmus (good HTTP + WebDAV test as well as a decent stress test) against TCPMon in listener mode. (Litmus should support proxies, oh well.) See http://www.webdav.org/neon/litmus for details. * doing some basic DAV interactions using the catacomb client against TCPMon in proxy mode. * using an FTP client (in passive mode) and TCPMon in listen mode to try some non-plaintext/non-HTTP traffic. * using "resend" in all of these cases. I tried out resend today after removing the content-length recalculation and it works great, including with the s/w in proxy mode and multiple hosts in the same TCP connection.