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

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 Regar

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 http://httpd.apac

[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: If this is called with the query string "(url)?test=1" then the first echo will print "test=1" as expected but the second one will output "abc=1". Apparently the