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

--- Comment #1 from Niko Theiner <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to