https://bz.apache.org/bugzilla/show_bug.cgi?id=65546
Bug ID: 65546
Summary: SSI comments don't allow quoted strings
Product: Apache httpd-2
Version: 2.4.38
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_include
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When using SSI comments, these work:
<!--#comment abc -->
<!--#comment a"abc" -->
but these do not:
<!--#comment "abc" -->
<!--#comment 'abc' -->
The error is:
missing argument name for value to tag comment
The error comes from modules/filters/mod_include.c::find_argument() when it
tries to find arguments in the comments. I think the fix is for comments to
not call this function.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]