]> granicus.if.org Git - apache/commit
Turn static function get_server_name_for_url() into public function
authorStefan Fritsch <sf@apache.org>
Sat, 16 Jan 2010 20:32:09 +0000 (20:32 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 16 Jan 2010 20:32:09 +0000 (20:32 +0000)
commit3560f2e01526672460eb4107c049dfd17dc18f95
treed996a0f13ba9a8d6df7a2deb54c79a8b099f2f9d
parent826357cf4bcd7170c5b80e8eacfe9bfb04e1c345
Turn static function get_server_name_for_url() into public function
ap_get_server_name_for_url() and use it where appropriate. This fixes
mod_rewrite generating invalid URLs for redirects to IPv6 literal addresses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@900022 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_core.h
modules/mappers/mod_rewrite.c
modules/ssl/ssl_engine_kernel.c
server/core.c