Ticket #796 (new defect)
Not all (useful) mod_ssi directive arguments interpolate variables
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.21 |
| Component: | mod_ssi | Version: | 1.4.11 |
| Severity: | normal | Keywords: | IBYNdC sdlfRnd6M2HvO4 |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

