]> granicus.if.org Git - apache/commit
"ErrorDocument default" changes broke inheritance. consider:
authorAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 18:40:53 +0000 (18:40 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 18:40:53 +0000 (18:40 +0000)
commitb00e035fc463ccd02e11940ea7579cd42fb5fbff
treea065988e6bdaf4f81f7ed8cba8a0f4ef27c04594
parentc2a3b20beab8c60f9f0a41c711de3c19ca46494a
"ErrorDocument default" changes broke inheritance. consider:

<Directory /foo>
ErrorDocument 404 blah
</Directory>
<DIrectory /foo/bar>
ErrorDocument 500 boo
# 404 is now fallen back to default
</Directory>

This patch solves the problem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103333 13f79535-47bb-0310-9956-ffa450edef68
server/core.c