Change type of variables m_argumentsLimit and m_requestBodyJsonDepthLimit

This commit is contained in:
Ervin Hegedus 2025-07-23 19:14:13 +02:00
parent d52adc616b
commit f56db1b80c
No known key found for this signature in database
GPG Key ID: 5FA5BC3F5EC41F61

View File

@ -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;