Feature #796
Not all (useful) mod_ssi directive arguments interpolate variables
Status:
New
Priority:
Low
Assignee:
-
Category:
mod_ssi
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Missing in 1.5.x:
Description
With the example SSI document:
<!-- set var="foo" value="blah-blah-blah.cgi?$QUERY_STRING" -->
<!-- echo var="foo" -->
(once the echo is fixed...), gives literally "blah-blah-blah.cgi?$QUERY_STRING" rather than the desired "blah-blah-blah.cgi?whatever-the-query=string-is".
The main use case I actually have in mind is <!--#include virtual="..." -->, as a way of passing through CGI arguments.
History
Updated by gstrauss about 2 years ago
- Tracker changed from Bug to Feature
- Description updated (diff)
- Assignee deleted (
jan) - Priority changed from Normal to Low
feature request
Also available in: Atom