Feature #796
Updated by gstrauss over 8 years ago
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.