]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
backport from 2.x:
authorAndré Malo <nd@apache.org>
Wed, 19 Mar 2003 14:01:08 +0000 (14:01 +0000)
committerAndré Malo <nd@apache.org>
Wed, 19 Mar 2003 14:01:08 +0000 (14:01 +0000)
commit13da0890e8c4d65446aaaa1c4025464a2b2c525d
tree0e4e5f5757fac21037b07ebcf3a12af173827181
parentde8d82753bccc9b99212f6ffbd4be52b4ec822c9
backport from 2.x:
Prevent endless loops of internal redirects in mod_rewrite by
aborting after exceeding a limit of internal redirects. The
limit defaults to 10 and can be changed using the RewriteOptions
directive with the new MaxRedirects=n argument.
(The latter required some restructuring of the RewriteOptions
 evaluation code).

PR: 17462
Reviewed by: Will Rowe, Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99022 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/modules/standard/mod_rewrite.c
src/modules/standard/mod_rewrite.h