]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: silently ignore a not existent file path when IncludeOptional
authorLuca Toscano <elukey@apache.org>
Sat, 11 Nov 2017 19:20:01 +0000 (19:20 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 11 Nov 2017 19:20:01 +0000 (19:20 +0000)
commite36e2ce21d17127fbbc7f83ec0c1b60a492cc20b
tree3fcbfbcb158949387837b82e4fcdf31a5ff94f8f
parent681948ae61d16256c7da12c16915a46c735f1e2b
core: silently ignore a not existent file path when IncludeOptional
     is used.

In https://bz.apache.org/bugzilla/show_bug.cgi?id=57585 some use cases
were reported in which IncludeOptional seems to be too strict in its
sanity checks.

This change is a proposal to relax IncludeOptional checks to silently
fail when a file path is not existent rather than returning SyntaxError.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814968 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/core.xml
server/config.c