mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
MODSEC-132
This commit is contained in:
@@ -14,7 +14,7 @@ mod_security2_la_SOURCES = mod_security2.c \
|
|||||||
msc_geo.c msc_gsb.c msc_unicode.c acmp.c msc_lua.c msc_release.c
|
msc_geo.c msc_gsb.c msc_unicode.c acmp.c msc_lua.c msc_release.c
|
||||||
|
|
||||||
mod_security2_la_CFLAGS = @APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
|
mod_security2_la_CFLAGS = @APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \
|
||||||
@PCRE_CFLAGS@ @LIBXML2_CFLAGS@ @LUA_CFLAGS@ @MODSEC_EXTRA_CFLAGS@ @CURL_CLFLAGS@
|
@PCRE_CFLAGS@ @LIBXML2_CFLAGS@ @LUA_CFLAGS@ @MODSEC_EXTRA_CFLAGS@ @CURL_CFLAGS@
|
||||||
mod_security2_la_CPPFLAGS = @APR_CPPFLAGS@ @PCRE_CPPFLAGS@ @LIBXML2_CPPFLAGS@
|
mod_security2_la_CPPFLAGS = @APR_CPPFLAGS@ @PCRE_CPPFLAGS@ @LIBXML2_CPPFLAGS@
|
||||||
mod_security2_la_LIBADD = @APR_LDADD@ @APU_LDADD@ @PCRE_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
|
mod_security2_la_LIBADD = @APR_LDADD@ @APU_LDADD@ @PCRE_LDADD@ @LIBXML2_LDADD@ @LUA_LDADD@
|
||||||
|
|
||||||
|
|||||||
@@ -1851,7 +1851,7 @@ static apr_status_t msre_action_initcol_execute(modsec_rec *msr, apr_pool_t *mpt
|
|||||||
/* IMP1 We have a function for this now, parse_name_eq_value? */
|
/* IMP1 We have a function for this now, parse_name_eq_value? */
|
||||||
s = strstr(data, "=");
|
s = strstr(data, "=");
|
||||||
if (s == NULL) return 0;
|
if (s == NULL) return 0;
|
||||||
col_name = data;
|
col_name = strtolower_inplace(data);
|
||||||
col_key = s + 1;
|
col_key = s + 1;
|
||||||
*s = '\0';
|
*s = '\0';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user