mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Make sure we fail to validate DTD/schema after a parsing error. Fixes MODSEC-5.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,6 +1,9 @@
|
||||
03 Sep 2008 - trunk
|
||||
-------------------
|
||||
|
||||
* Fixed XML DTD/Schema validation which will now fail after request body
|
||||
processing errors, even if the XML parser returns a document tree.
|
||||
|
||||
* Added ctl:requestBodyBuffering=on|off which, when enabled, will force
|
||||
the request body to be buffered and allow REQUEST_BODY to be inspected.
|
||||
Previously the REQUEST_BODY target was only populated if the request body
|
||||
|
Reference in New Issue
Block a user