Do not try to intercept a request after a failed rule. (See #53)

This commit is contained in:
brectanus
2007-05-10 04:28:37 +00:00
parent dfde8169e6
commit 2733cc739a
3 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Do not try to intercept a request after a failed rule. This fixes the
issue associated with an "Internal Error: Asked to intercept request
but was_intercepted is zero" error message.
* Removed extraneous exported symbols.
* Merged the PDF XSS protection functionality into ModSecurity.