Update to core rules 1.4.3.

Update version to prepare for 2.1.2 final release.
This commit is contained in:
brectanus
2007-07-25 19:30:48 +00:00
parent 08300020d3
commit e405631d78
15 changed files with 418 additions and 280 deletions

View File

@@ -76,6 +76,14 @@ SecResponseBodyMimeType (null) text/html text/plain text/xml
SecResponseBodyLimit 524288
# Initiate XML Processor in case of xml content-type
#
# TODO Remove this rule if you don't wish to parse XML request
# Note that this will disable XML protection
SecRule REQUEST_HEADERS:Content-Type "text/xml" \
"phase:1,pass,nolog,ctl:requestBodyProcessor=XML"
# What to do when an error is encountered.
#
# The default is to log the error and let the request go through.