Re: [naviserver-devel] Escaping characters in access log

2015-07-15 Thread David Osborne
Thanks very much Gustaf. That looks great . On 14 July 2015 at 17:59, Gustaf Neumann wrote: > Dear all, > > This is again a very reasonable request. Since most access-log analyzer > are developed > against apache rules, it seems that sticking to apache rules is sensible. > ... although > missin

Re: [naviserver-devel] Escaping characters in access log

2015-07-14 Thread Gustaf Neumann
Dear all, This is again a very reasonable request. Since most access-log analyzer are developed against apache rules, it seems that sticking to apache rules is sensible. ... although missing a few lines of hacking attempts is usually not an issue. i've added a small addition to the tip versio

[naviserver-devel] Escaping characters in access log

2015-07-14 Thread David Osborne
Hi, We're coming up against a problem where we attempt to parse data in a naviserver access log to analyse server use. We were relying on the combined log format being parsable but are running into difficulties when non-percent encoded characters are making their way into the logged request. For