DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15741>. 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 [EMAIL PROTECTED] 2002-12-31 19:35 ------- Be careful with this change - tcpmon can and _is_ used to watch non-http traffic as well so simply removing the if-stmt might break other scenarios. This line might be the only place we actually check to see if its an http request and if so then we need something there, we can't just remove it. If we do check some place else then this change is probably ok.