]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1814968 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 21 Dec 2017 18:50:38 +0000 (18:50 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Dec 2017 18:50:38 +0000 (18:50 +0000)
commita1926e67ef860210c033401e1a44a6e4c37bd5fd
tree4bb158fb581a8a08599300e6c366e8fbb58dfe52
parentb1102a1ca550e7b35b1bd5f904f12da0b8a4ad9a
Merge r1814968 from trunk:

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.

Submitted by: elukey
Reviewed by: elukey, jim, niq

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