From ff62190ca525de42bd764c7a7d8a6a368e1cfb9b Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 31 Mar 2014 17:41:45 -0700 Subject: [PATCH] Added JSON to REQBODY_ERROR --- Reference-Manual.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 1af7377..efde478 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -2155,7 +2155,7 @@ This variable holds the username of the authenticated user. If there are no pass ; Note : In a reverse-proxy deployment, this information will not be available if the authentication is handled in the backend web server. == REQBODY_ERROR == -Contains the status of the request body processor used for request body parsing. The values can be 0 (no error) or 1 (error). This variable will be set by request body processors (typically the multipart/request-data parser or the XML parser) when they fail to do their work. +Contains the status of the request body processor used for request body parsing. The values can be 0 (no error) or 1 (error). This variable will be set by request body processors (typically the multipart/request-data parser, JSON or the XML parser) when they fail to do their work. SecRule REQBODY_ERROR "@eq 1" deny,phase:2,id:39