You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/12/02 16:25:37 UTC

DO NOT REPLY [Bug 49043] Using ssi include directive overwrites QUERY_STRING variable

https://issues.apache.org/bugzilla/show_bug.cgi?id=49043

--- Comment #1 from Niko Theiner <ni...@sybit.de> 2010-12-02 10:25:34 EST ---
Yeah, we're suffering from the same problem (Apache 2.2.16 Linux). We have
established a work-around now which stores the original query string in a
backup variable and restores it after the include:

<!--#set var="QUERY_STRING_BAK" value="$QUERY_STRING"-->
<!--#include virtual="include.html" -->
<!--#set var="QUERY_STRING" value="$QUERY_STRING_BAK"-->

Not nice, but working ;)

Any chance for a fix soon?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org