mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Adds support to REQBODY_ERROR_MSG and REQBODY_ERROR
Support to REQBODY_PROCESSOR_ERROR and REQBODY_PROCESSOR_ERROR_MSG were also added.
This commit is contained in:
@@ -46,8 +46,8 @@ class XML {
|
||||
explicit XML(Transaction *transaction);
|
||||
~XML();
|
||||
bool init();
|
||||
bool processChunk(const char *buf, unsigned int size);
|
||||
bool complete();
|
||||
bool processChunk(const char *buf, unsigned int size, std::string *err);
|
||||
bool complete(std::string *err);
|
||||
static xmlParserInputBufferPtr unloadExternalEntity(const char *URI,
|
||||
xmlCharEncoding enc);
|
||||
|
||||
|
Reference in New Issue
Block a user