https://issues.apache.org/bugzilla/show_bug.cgi?id=57580
D. Stussy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #6 from D. Stussy <[email protected]> --- When my web site saw this string, the request was answered by one of two 4xx error-handling pages (depending in whether the "virus" variable was set or unset). Both of those pages use the SSI interface of mod_include to print (#echo) the user-agent field. Should the print function (#echo or #printenv) be responsible for calling the perl interpreter (in my case), it is WRONG because it is performing substitution on the CGI variable contents when not asked to. The only time the SSI interface should be calling any external program is when #exec is encountered (or #include virtual). -- 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]
