Ticket #797 (new defect)
mod_ssi <!--#include virtual="..." --> includes the raw file contents rather than running through the request parser
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | mod_ssi | Version: | 1.4.11 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
Description
Where "foo.cgi" is a CGI script, the following:
<!--#include virtual="foo.cgi" -->
...results in the contents of foo.cgi (rather than its output) being shown - which more or less makes "include virtual" just a %-encoded version of "include file".
I'm aware that this kind of recursive behaviour is a nightmare to ask for, but it does seem very much that the reason for the existence of "include virtual" is for precisely this (recursive request) kind of thing.
Attachments
Note: See
TracTickets for help on using
tickets.

