You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by "Dennis J." <de...@conversis.de> on 2010/04/04 02:58:46 UTC

SSI bug?

Hi,
It looks like Apache kills the contents of the QUERY_STRING SSI variable 
when using virtual includes:

<html><body>
<!--#echo var="QUERY_STRING"-->
<!--#include virtual="/ssi2.php?abc=1"-->
<!--#echo var="QUERY_STRING"-->
</body></html>

When called with "?test=1" the first echo will correctly output "test=1" 
but the second will output "abc=1" instead.
Is this expected behaviour?

Regards,
   Dennis