[SQU] again: urlParse: Illegal character ...

From: Jens-Uwe Walther <Jens-Uwe.Walther@dont-contact.us>
Date: Thu, 12 Oct 2000 19:05:42 +0200 (MEST)

Hi again,

it is interesting to note that these happens only every 11 to 13 seconds:

2000/10/12 18:56:09| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:21| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:21| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:32| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:32| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:43| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:43| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:57| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:56:57| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:08| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:08| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:23| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:23| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:34| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:38| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:49| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:57:49| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:00| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:00| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:11| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:11| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:22| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:22| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:33| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:33| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:44| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:44| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:55| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:58:55| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:06| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:06| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:21| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:21| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:32| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
2000/10/12 18:59:32| urlParse: Illegal character in hostname 'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'

After looking at the source code "src/url.c":

    }
    if (strspn(host, valid_hostname_chars) != strlen(host)) {
        debug(23, 1) ("urlParse: Illegal character in hostname '%s'\n", host);
        return NULL;
    }

I decreased the debug level to "ALL,0" to get rid of these messages. But I 'm still very interested in the reason which creates the
messages.

Uwe

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Oct 12 2000 - 11:08:06 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:44 MST