mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
mlogc log-line parsing fails due to enhanced timestamp
This commit is contained in:
@@ -96,7 +96,7 @@ do { \
|
||||
static const char logline_pattern[] =
|
||||
"^(\\S+)"
|
||||
"\\ (\\S+)\\ (\\S+)\\ (\\S+)"
|
||||
"\\ \\[([^:]+):(\\d+:\\d+:\\d+)\\ ([^\\]]+)\\]"
|
||||
"\\ \\[([^:]+):(\\d+:\\d+:\\d+(?:[.]\\d+)?)\\ ([^\\]]+)\\]"
|
||||
"\\ \"(.*)\""
|
||||
"\\ (\\d+)\\ (\\S+)"
|
||||
"\\ \"(.*)\"\\ \"(.*)\""
|
||||
|
Reference in New Issue
Block a user