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=16812>. 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=16812 ReverseProxy not rewriting Location Header due do case sensitivity Summary: ReverseProxy not rewriting Location Header due do case sensitivity Product: Apache httpd-2.0 Version: 2.0.44 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] ap_proxy_location_reverse_map() is doing a case sensitive comparision. However, according to RFC2396 section 6: ...the host names used in URL are actually case insensitive... So, ap_proxy_location_reverse_map() should be doing a case insensitive comparison. At least on the hostname part. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
