mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
Populate GEO:COUNTRY_NAME and GEO:COUNTRY_CONTINENT as documented (MODSEC-45).
Handle a newer geo database, avoiding a potential crash. Allow checking &GEO "@eq 0" for a failed @geoLookup.
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -1,6 +1,13 @@
|
||||
01 Mar 2009 - 2.5.10-dev
|
||||
------------------------
|
||||
|
||||
* Populate GEO:COUNTRY_NAME and GEO:COUNTRY_CONTINENT as documented.
|
||||
|
||||
* Handle a newer geo database more gracefully, avoiding a potential crash for
|
||||
new countries that ModSecurity is not yet aware.
|
||||
|
||||
* Allow checking &GEO "@eq 0" for a failed @geoLookup.
|
||||
|
||||
* Fixed mlogc global mutex locking issue and added more debugging output.
|
||||
|
||||
* Cleaned up build dependencies and configure options.
|
||||
|
||||
Reference in New Issue
Block a user