Make sure we fail to validate DTD/schema after a parsing error. Fixes MODSEC-5.

This commit is contained in:
brectanus
2008-09-03 22:16:42 +00:00
parent f5af5ef429
commit f20059b009
3 changed files with 21 additions and 6 deletions

View File

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