Skip to content

Commit fcf6dba

Browse files
committed
bz64905 Specify that SSIStartTag/SSIEndTag may not contain whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932483 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3b3af44 commit fcf6dba

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/manual/mod/mod_include.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,10 @@ Options +Includes
848848
SSIEndTag "%>"
849849
</highlight>
850850

851+
<note type="warning">
852+
Value may not include any whitespace.
853+
</note>
854+
851855
</usage>
852856
<seealso><directive module="mod_include">SSIStartTag</directive></seealso>
853857
</directivesynopsis>
@@ -919,6 +923,10 @@ SSIStartTag "&lt;%"
919923
SSIEndTag "%&gt;"
920924
</highlight>
921925

926+
<note type="warning">
927+
Value may not include any whitespace.
928+
</note>
929+
922930
<p>The example given above, which also specifies a matching
923931
<directive module="mod_include">SSIEndTag</directive>, will
924932
allow you to use SSI directives as shown in the example

0 commit comments

Comments
 (0)