https://bz.apache.org/bugzilla/show_bug.cgi?id=60580
Bug ID: 60580
Summary: Multiple SetEnvIf statements with the same condition
assume that the condition does not change
Product: Apache httpd-2
Version: 2.4.23
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_setenvif
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Consider this simplified example:
SetEnvIf test ^$ test=1
SetEnvIf test ^$ test=2
"test" should now contain the value "1", but in fact it contains the value "2".
SetEnvIf evaluates the condition only once and does not detect that it has
changed the condition variable itself.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]