Bug 64905 - SSIStartTag/SSIEndTag may not contain any whitespaces
Summary: SSIStartTag/SSIEndTag may not contain any whitespaces
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 2.4.43
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: HTTP Server Documentation List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-09 07:48 UTC by zsl
Modified: 2020-11-09 07:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zsl 2020-11-09 07:48:29 UTC
It is important that whitespace is not allowed in directive "SSIStartTag" and "SSIEndTag". However, none of these two directive mentioned about this tips. I think it is better to add "SSIStartTag/SSIEndTag may not contain any whitespaces" in the doc http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssistarttag and http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssiendtag .