DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29554>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29554 ProxyPass / ProxyPassReverse mishandles escaped characters : and / ------- Additional Comments From [EMAIL PROTECTED] 2004-06-16 17:49 ------- Final notes: My debugging tool was to have LogLevel debug in the proper VirtualHost, and to add the following macro to mod_proxy.h #define DEBUGMSG(FMT...) \ ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO,r,FMT) In Apache 2, the bug is the same at the same places, modulo the change in names: see server/request.c instead of main/http_request.c, etc. The algorithm and its bug are the very same. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
