]> granicus.if.org Git - apache/commit
Catch an edge case, where strange subsequent RewriteRules
authorAndré Malo <nd@apache.org>
Tue, 19 Aug 2003 00:52:43 +0000 (00:52 +0000)
committerAndré Malo <nd@apache.org>
Tue, 19 Aug 2003 00:52:43 +0000 (00:52 +0000)
commit62057a627974585f33e6fe5f7ccdac61bbef66b4
tree97c08dc42a7f744e5403757e784e14e6e3a27966
parent9de220654aecc84ce7330b7d6ff97fac28ab3028
Catch an edge case, where strange subsequent RewriteRules
could lead to a 400 (Bad Request) response. Example:

<Directory /path>
    RewriteEngine on
    RewriteBase /
    RewriteRule foo /bar
    RewriteRule bar baz
</Directory>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101012 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/mappers/mod_rewrite.c