You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/03/14 12:20:18 UTC

setenvif

Hmm.  If I wrote this:

setenvif A .* T
setenvif B .* !T
setenvif A .* T

I would expect T to be set whenever A appears, regardless of whether B
appears.  But that's not what the code does, because it will merge the two
cases for A.  Seems kinda rude.

Dean