Does it mean I have to replace every hexadecimal value with accented characters if I want to retrieve original login ?
thanks, regards -----Message d'origine----- De : Henrik Nordstrom [mailto:[EMAIL PROTECTED] Envoyé : lundi 14 novembre 2005 15:53 À : Administrateur Cc : [email protected] Objet : Re: [squid-users] characters in access.log On Mon, 7 Nov 2005, Administrateur wrote: > I'm using ntlm authentication and some users (french) have characters like > ë,é in their login. In access.log this gives something like %c3%a. Does squid > support such characters ? Yes. To guarantee that the resulting log file can be parsed in a meaningful manner any "odd" data is URL-escaped on the form %nn where nn is the hexadecimal value of the character. Regards Henrik
