mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds JSON support on ISS port
The JSON parse is already supported in Nginx and Apache versions. This patch adds support on the IIS port.
This commit is contained in:
@@ -43,7 +43,7 @@ INCLUDES = $(INCLUDES) -I$(LUA)\include -I$(LUA) \
|
||||
|
||||
# Yajl/Json is optional
|
||||
!IF "$(YAJL)" != ""
|
||||
LIBS = $(LIBS) $(YAJL)\yajl.lib
|
||||
LIBS = $(LIBS) $(YAJL)\lib\yajl.lib
|
||||
DEFS=$(DEFS) -DWITH_YAJL
|
||||
INCLUDES = $(INCLUDES) -I$(YAJL)\include -I$(YAJL) \
|
||||
!ENDIF
|
||||
|
Reference in New Issue
Block a user