mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Documented that we do not support atomic updates of persistent variables at this time.
This commit is contained in:
parent
1c639cf7dd
commit
5cb4823c4b
@ -3630,6 +3630,17 @@ SecRule REQUEST_URI "^/cgi-bin/script\.pl" \
|
||||
moreinfo="none"> SESSION</literal>, and <literal
|
||||
moreinfo="none">USER</literal>.</para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<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>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user