]> git.ipfire.org Git - thirdparty/sarg.git/commit
Read an extended log even if cs-uri is split over several columns
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 24 Jul 2015 07:48:44 +0000 (09:48 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 24 Jul 2015 07:48:44 +0000 (09:48 +0200)
commite927e4230cd47ae0e265096895f4c5f9f7fea79f
treee1ede737a62d89ef5d5e63b4a8b4525e60d6014f
parentda94b2c7104e30c8b6968e1fe620a36037fe65b6
Read an extended log even if cs-uri is split over several columns

Sarg used to require that the visited URL be stored in column cs-uri of the
extended log format. But the URL can be split over the cs-uri-scheme,
cs-host, cs-uri-port, cs-uri-path and cs-uri-query columns.

Sarg detects the columns and re-create the full URL if cs-uri is not
found.
readlog_extlog.c