mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Change type of variables m_argumentsLimit and m_requestBodyJsonDepthLimit
This commit is contained in:
parent
d52adc616b
commit
f56db1b80c
@ -614,8 +614,8 @@ class RulesSetProperties {
|
||||
ConfigXMLParseXmlIntoArgs m_secXMLParseXmlIntoArgs;
|
||||
ConfigBoolean m_tmpSaveUploadedFiles;
|
||||
ConfigBoolean m_uploadKeepFiles;
|
||||
ConfigDouble m_argumentsLimit;
|
||||
ConfigDouble m_requestBodyJsonDepthLimit;
|
||||
ConfigUnsignedInt m_argumentsLimit;
|
||||
ConfigUnsignedInt m_requestBodyJsonDepthLimit;
|
||||
ConfigUnsignedLong m_requestBodyLimit;
|
||||
ConfigUnsignedLong m_requestBodyNoFilesLimit;
|
||||
ConfigUnsignedLong m_responseBodyLimit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user