Removed an invalid "Internal error" message forcing auditing of a request (MODSEC-29).

Cleaned up error messages prior to using send_error_bucket().
This commit is contained in:
(no author)
2008-10-21 17:45:18 +00:00
parent c3c822ea01
commit 4a336dadf2
3 changed files with 15 additions and 20 deletions

14
CHANGES
View File

@@ -1,4 +1,14 @@
17 Sep 2008 - trunk
07 Oct 2008 - trunk
-------------------
* Removed an invalid "Internal error: Issuing "%s" for unspecified error."
message that was logged when denying with nolog/noauditlog set and
causing the request to be audited.
* Persistent counter updates are now atomic.
24 Sep 2008 - 2.5.7
-------------------
* Fixed XML DTD/Schema validation which will now fail after request body
@@ -24,8 +34,6 @@
* Now log XML parsing/validation warnings and errors to be in the debug log
at levels 3 and 4, respectivly.
* Persistent counter updates are now atomic.
31 Jul 2008 - 2.5.6
-------------------