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=18628>. 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=18628 Obsolete comment re-committed Summary: Obsolete comment re-committed Product: Apache httpd-1.3 Version: HEAD Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] *** proxy_util.c 9 Jun 2001 10:36:03 -0000 1.98 --- proxy_util.c 21 Sep 2001 09:04:19 -0000 1.99 *************** *** 290,298 **** return "Bad IP address in URL"; } - /* if (strchr(host,'.') == NULL && domain != NULL) - host = pstrcat(p, host, domain, NULL); - */ *urlp = url; *hostp = host; ---------------------------- revision 1.99 date: 2001/09/21 09:04:19; author: martin; state: Exp; lines: +0 -3 Remove obsolete comment ============================================================================= But it was added back in later: =================================================================== RCS file: /home/cvspublic/apache-1.3/src/modules/proxy/proxy_util.c,v retrieving revision 1.100 retrieving revision 1.101 diff -b -B -c -r1.100 -r1.101 *** proxy_util.c 24 Sep 2001 20:14:27 -0000 1.100 --- proxy_util.c 18 Jan 2002 20:26:58 -0000 1.101 *************** *** 290,295 **** --- 290,298 ---- return "Bad IP address in URL"; } + /* if (strchr(host,'.') == NULL && domain != NULL) + host = pstrcat(p, host, domain, NULL); + */ *urlp = url; *hostp = host; *************** ..... ---------------------------- revision 1.101 date: 2002/01/18 20:26:58; author: chuck; state: Exp; lines: +585 -437 The rest of the proxy http 1.1 switch ============================================================================= --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
