]> granicus.if.org Git - apache/commit
Fix handling of IPv6 numeric strings in mod_proxy.
authorJeff Trawick <trawick@apache.org>
Wed, 19 May 2004 13:30:14 +0000 (13:30 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 19 May 2004 13:30:14 +0000 (13:30 +0000)
commit7d99a3c077c0edd1a8f2a93d34d2a75cc6067f5c
tree32114d1960756ea15682ee9c4ccfc90507c22e1f
parent8409d24f0d886628c72dabc8d7175be0f0c2b0db
Fix handling of IPv6 numeric strings in mod_proxy.

(Some such operations would work if port was specified
in url due to way parsing was performed, finding last ':'
and considering everything after as the port.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103698 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
modules/proxy/proxy_util.c