[ https://www.modsecurity.org/tracker/browse/MODSEC-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan Barnett closed MODSEC-204.
-------------------------------
Resolution: Fixed
> mlogc-batch-load.pl missing some entries
> ----------------------------------------
>
> Key: MODSEC-204
> URL: https://www.modsecurity.org/tracker/browse/MODSEC-204
> Project: ModSecurity
> Issue Type: Bug
> Security Level: Normal
> Components: Mlogc
> Affects Versions: 2.5.13
> Reporter: Jonathan Marcil
> Assignee: Breno Silva Pinto
> Fix For: 2.6.0
>
>
> Sometime I get events logged like "20110220-233130-TWHqogoUAMsAAD1lF@EAAAAE" as the filename.
> mlogc-batch-load.pl then miss it.
> In the source at line 45 I see the matching pattern for the file as :
> {code}/^\d{8}-\d+-\w{24}$/s{code}
> The solution is rater simple just change \w to . :
> {code}/^\d{8}-\d+-.{24}$/s{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://www.modsecurity.org/tracker/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|