]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
well, (kinda) backport LimitInternalRecursion. This prevents
authorAndré Malo <nd@apache.org>
Mon, 7 Jul 2003 00:34:10 +0000 (00:34 +0000)
committerAndré Malo <nd@apache.org>
Mon, 7 Jul 2003 00:34:10 +0000 (00:34 +0000)
commit843be9882fc4b69d0f52930d00614c38282bd39c
tree5641ff32dbf51a574715255ef7f07ee2acfc3370
parent96294edbc4f958fcf39e8cac289a107a40b2e155
well, (kinda) backport LimitInternalRecursion. This prevents
the server from crashing if someone configure an infinite loop of
internal redirects and subrequests. Default value is 20/20
(subsequent redirects/nested subrequests), 0 means unlimited.

The patch works fine on my box, but is required to be tested
extensively before the next release.

PR: 19753 (and probably more)
Obtained from: 2.0 patch
Reviewed by: original 2.0 port by Justin and BrianP (?)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100468 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/include/ap_mmn.h
src/include/http_core.h
src/main/http_core.c
src/main/http_request.c