PR 63919
(r1870427 in trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1870428 13f79535-47bb-0310-9956-
ffa450edef68
<em>CondPattern</em>, or is equal to <em>CondPattern</em>
(the two strings are equal, character for character).</dd>
</dl>
+ <note><title>Note</title>
+ The string comparison operator is part of the <em>CondPattern</em>
+ argument and must be included in the quotes if those are used. Eg.
+
+ <highlight language="config">
+RewriteCond %{HTTP_USER_AGENT} "=This Robot/1.0"
+ </highlight>
+ </note>
+
</li>
<li>