Index: http-support.c =================================================================== --- http-support.c (revision 5147) +++ http-support.c (working copy) @@ -1014,21 +1014,6 @@ *host = '\0'; return (HTTP_URI_BAD_HOSTNAME); } - - /* - * Validate value... - */ - - for (ptr = host; *ptr; ptr ++) - if (!strchr("abcdefghijklmnopqrstuvwxyz" - "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - "0123456789" - "-._~" - "!$&'()*+,;=", *ptr)) - { - *host = '\0'; - return (HTTP_URI_BAD_HOSTNAME); - } } /*