This is a discussion on Re: [squid-users] Umlauts in usernames (repost) within the Squid Users forums, part of the Web Server and Related Forums category; On Thu, 16 Oct 2003, Jan Heyelmann wrote: > it writes acces.log. But to even puzzle me more in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 16 Oct 2003, Jan Heyelmann wrote:
> it writes acces.log. But to even puzzle me more in the example posted > below the character ö is written as %99 in access.log, the charts I > found so far on the net assume that ö should be converted to %f6. Am I > using a wrong chart here? Maybe.. or your client is sending bad information. In either case Squid just logs whatever it got from the client. > But since logfiles are treated differently as external helpers and > redirectors how are these characters passed on to those instances and is > there a difference between the two? In Squid-2.5.STABLE4 redirectors got the username exacly as-is, making the redirector protocol fail badly on usernames with spaces and similar "odd" situations. From Squid-2.5.STABLE5 and later (including current nightly snapshots) redirectors get the username URL-encoded just as it is in access.log. Regards Henrik |