[us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dennis J.
Hi, It looks like there is a serious bug in the handling of virtual includes with Apaches SSI filter. Take the following code: htmlbody !--#echo var=QUERY_STRING-- !--#include virtual=/ssi2.php?abc=1-- !--#echo var=QUERY_STRING-- /body/html If this is called with the query string (url)?test=1

Re: [us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dan Poirier
What version did you see this with? If not 2.2.15, it might be fixed in 2.2.15 by the subrequest headers fix. Give it a try. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dennis J.
On 04/05/2010 08:36 PM, Dan Poirier wrote: What version did you see this with? If not 2.2.15, it might be fixed in 2.2.15 by the subrequest headers fix. Give it a try. I'm seeing this with 2.2.14, yesterdays fedora build of 2.2.15 and the latest Centos 5 version 2.2.3-31.el5.centos.4

Re: [us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dennis J.
On 04/05/2010 09:35 PM, Dennis J. wrote: On 04/05/2010 08:36 PM, Dan Poirier wrote: What version did you see this with? If not 2.2.15, it might be fixed in 2.2.15 by the subrequest headers fix. Give it a try. I'm seeing this with 2.2.14, yesterdays fedora build of 2.2.15 and the latest Centos