https://bz.apache.org/bugzilla/show_bug.cgi?id=63919

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Eric Covener <[email protected]> ---
> RewriteCond "%{HTTP_USER_AGENT}" ="Foo Bar"

The config parser doesn't let you quote part of an argument, only leading
quotes are signfificant/impact the tokenization (after extra leading
whitespace) of arguments.

It's best to move the = (or !) inside the quotes since they are part of the
argument.  A similar pattern is used for directives that take <if>-like
expressions as arguments where they used to take something else -- you will see
e.g. Header set foo bar "expr=(%{..."

(invalid status not quite right, but the syntax is what it is)

-- 
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]

Reply via email to