You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/01/12 13:25:01 UTC

[Bug 60580] New: Multiple SetEnvIf statements with the same condition assume that the condition does not change

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: bugs@httpd.apache.org
          Reporter: apache-bugzilla@michael-kaufmann.ch
  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60580] Multiple SetEnvIf statements with the same condition assume that the condition does not change

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60580

nada <ap...@valgronda.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache_bugzilla@valgronda.c
                   |                            |om

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60580] Multiple SetEnvIf statements with the same condition assume that the condition does not change

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60580

Szőgyényi Gábor <sz...@freemail.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |szg0000@freemail.hu

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org