]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bz64905 Specify that SSIStartTag/SSIEndTag may not contain whitespace.
authorRich Bowen <rbowen@apache.org>
Mon, 23 Mar 2026 16:43:10 +0000 (16:43 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 23 Mar 2026 16:43:10 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932483 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 35cdc653aa105fa9c367ba9205c6f61f3e6b55cc..9ce2283b028c2d472936bac94c48efeebd99947a 100644 (file)
@@ -848,6 +848,10 @@ Options +Includes
 SSIEndTag "%&gt;"
     </highlight>
 
+    <note type="warning">
+    Value may not include any whitespace.
+    </note>
+
 </usage>
 <seealso><directive module="mod_include">SSIStartTag</directive></seealso>
 </directivesynopsis>
@@ -919,6 +923,10 @@ SSIStartTag "&lt;%"
 SSIEndTag   "%&gt;"
     </highlight>
 
+    <note type="warning">
+    Value may not include any whitespace.
+    </note>
+
     <p>The example given above, which also specifies a matching
     <directive module="mod_include">SSIEndTag</directive>, will
     allow you to use SSI directives as shown in the example