From: Christophe Jaillet
Date: Thu, 12 Jul 2018 18:50:24 +0000 (+0000)
Subject: Explain the limitation of with a filename with surrounding quotes in 2.4.34.
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2475
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed20a1c1fc1499bebf0ce1052bf1b25d41e76e17;p=thirdparty%2Fapache%2Fhttpd.git
Explain the limitation of with a filename with surrounding quotes in 2.4.34.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835761 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 871318d6110..a3158163306 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2341,7 +2341,13 @@ if file exists at startup
the path will be checked relative to the compiled-in server root or
the server root passed in on the command line via the -d
parameter.
-
+
+ Warning
+ In 2.4.34, it is not possible to specify a filename
+ with surrounding quotes. This would generate a parsing error at start-up.
+ The main impact is that filenames with spaces can't be used.
+ This behavior is fixed in 2.4.35.
+