Commit cb5ed9b2 authored by Richard Bowen's avatar Richard Bowen
Browse files

Remove unnecessary .*s from regex.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090259 13f79535-47bb-0310-9956-ffa450edef68
parent ccb83f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -462,8 +462,8 @@ com http://www.example.com/<br />
RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/3</strong>.*<br />
RewriteRule ^foo\.html$         foo.<strong>NS</strong>.html          [<strong>L</strong>]<br />
<br />
RewriteCond %{HTTP_USER_AGENT}  ^<strong>Lynx/</strong>.*         [OR]<br />
RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/[12]</strong>.*<br />
RewriteCond %{HTTP_USER_AGENT}  ^<strong>Lynx/</strong>         [OR]<br />
RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/[12]</strong><br />
RewriteRule ^foo\.html$         foo.<strong>20</strong>.html          [<strong>L</strong>]<br />
<br />
RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L</strong>]