[Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2018-03-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26005

Christophe JAILLET  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Christophe JAILLET  ---
This is part of apache 2.3.14.

Closing because 2.0 is dead and 2.2 is EOL since 2017-07-11

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2011-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26005

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #6 from Stefan Fritsch s...@sfritsch.de 2011-07-17 13:57:12 UTC 
---
Fixed in trunk in r1147614

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2011-06-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26005

--- Comment #5 from Stefan Fritsch s...@sfritsch.de 2011-06-30 20:04:12 UTC 
---
yes, it's still unfixed in trunk. The fix would be as simple as changing a few
ap_get_server_name calls into ap_get_server_name_for_url in server/util.c,
mod_rewrite, mod_ssl, ap_expr, etc.

I think it should be fixed in 2.3/2.4, but I would like to hear other opinions.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2011-06-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26005

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Stefan Fritsch s...@sfritsch.de 2011-06-29 18:33:48 UTC 
---
rfc3875 says:


 SERVER_NAME = server-name
  server-name = hostname | ipv4-address | ( [ ipv6-address ] )


Now the question is: Would changing this to include the [ ] break many existing
applications?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2011-06-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26005

--- Comment #4 from Nick Kew n...@webthing.com 2011-06-30 00:23:35 UTC ---
Bug 47177 was similar, and fixed in 2.2.12.  Is this instance still unfixed?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] - SERVER_NAME incorrect when using IPv6 address in URL

2005-06-02 Thread bugzilla
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=26005.
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=26005


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2005-06-03 03:18 ---
Looking for feedback.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26005] - SERVER_NAME incorrect when using IPv6 address in URL

2004-01-13 Thread bugzilla
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=26005.
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=26005

SERVER_NAME incorrect when using IPv6 address in URL





--- Additional Comments From [EMAIL PROTECTED]  2004-01-13 14:05 ---
There is some mention of this issue in
http://cgi-spec.golux.com/archives/CGI-WG.200304

Any idea what happens with KAME-patched Apache httpd 1.3?

For now I assume that this PR is correct, and we need to
a) not lose the [] when filling out r-hostname
b) add [] when necessary when building server-server_hostname
c) if USE_CANONICAL_NAME_DNS, then add [] if we get numeric
   IP address back instead of hostname

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]