mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Retag 2.5.9 with proper CHANGES and docs.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,6 +1,10 @@
|
|||||||
05 Mar 2009 - 2.5.9
|
05 Mar 2009 - 2.5.9
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* Fixed parsing multipart content with a missing part header name which
|
||||||
|
would crash Apache. Discovered by "Internet Security Auditors"
|
||||||
|
(isecauditors.com).
|
||||||
|
|
||||||
* Added ability to specify the config script directly using --with-apr
|
* Added ability to specify the config script directly using --with-apr
|
||||||
and --with-apu.
|
and --with-apu.
|
||||||
|
|
||||||
|
|||||||
@@ -5927,15 +5927,6 @@ SecRule REQUEST_METHOD "!<emphasis>@within %{tx.allowed_methods}</emphasis>" t:l
|
|||||||
being persisted. This keeps counter data consistent even if the counter
|
being persisted. This keeps counter data consistent even if the counter
|
||||||
was modified and persisted by another thread/process during the
|
was modified and persisted by another thread/process during the
|
||||||
transaction.</para>
|
transaction.</para>
|
||||||
|
|
||||||
<para>Please note that ModSecurity does not implement atomic updates of
|
|
||||||
persistent variables at this time. Variables are read from storage
|
|
||||||
whenever <literal>initcol</literal> is encountered in the rules and
|
|
||||||
persisted at the end of request processing. On busy servers requests
|
|
||||||
often run in parallel, leading to situations where one request
|
|
||||||
overwrites the changes made by another request. We anticipate
|
|
||||||
implementing atomic updates of counter values in a future
|
|
||||||
version.</para>
|
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
|||||||
Reference in New Issue
Block a user