Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 3542 invoked from network); 14 Jun 2007 04:25:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 04:25:12 -0000 Received: (qmail 95184 invoked by uid 500); 14 Jun 2007 04:25:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 95138 invoked by uid 500); 14 Jun 2007 04:25:11 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 95127 invoked by uid 99); 14 Jun 2007 04:25:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 21:25:11 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of soniamuk@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 21:25:07 -0700 Received: by an-out-0708.google.com with SMTP id b15so108907ana for ; Wed, 13 Jun 2007 21:24:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Tgb+rml9AXanBkFCnhSMUIlVfiocQaJaLB+TWQf58+SUDcZ6o6SEDWpqCSKLHuSScvjXx4p8znKK9B51KEorWzEdGkidpKBvDPtli+w65dRXWQZiAlD2iDTMs9gtPQapU2/Xsqqzzaw7LHN9EitczFEiCTXtuvnfmvQgaVOXsVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Wl46K+BL9qJf/WVMrPD2CrvbaD65Lp4+Ck4K0gzMHyiJEhu6/GrHDjpwxlwDyshY3NfDCM+TnJFfCu+/qBRyGduYXvnA7+tzubumTvud91JByu8wtKok4ii72TIDPahcUTT3o8xuJ9okDJedKkexGgPqpYX2PVmowhOc/qcIybU= Received: by 10.100.11.7 with SMTP id 7mr818566ank.1181795086805; Wed, 13 Jun 2007 21:24:46 -0700 (PDT) Received: by 10.100.178.9 with HTTP; Wed, 13 Jun 2007 21:24:46 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 09:54:46 +0530 From: "sonia mukherjee" To: dev@httpd.apache.org, jzobel@heute-morgen.de Subject: Re: rewrite url with query string causing issues In-Reply-To: <1181769519.4143.7.camel@test.asus> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36376_22778371.1181795086763" References: <1181769519.4143.7.camel@test.asus> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_36376_22778371.1181795086763 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Thanx for the reply, i am already using the QSA flag. On further investgation i have found out that this query string is getting lost during a particular API call to Apache namely ap_parse_uri(request_rec * r, const char * uri). I have also found out on Apache docs that this API call has the side effect of losing the particular query parameter ( r->args).Now could any body suggest a similar API call that doesnot have an affect like this. Thanx in advance Sonia On 6/14/07, Joachim Zobel wrote: > > Hi. > > Check out the QSA option for the RewriteRule. > > If this does not help the module developers list > > modules-dev@httpd.apache.org > is the appropriate place for such a question. > > Sincerely, > Joachim > > > > ------=_Part_36376_22778371.1181795086763 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
Thanx for the reply, i am already using the QSA flag. On further investgation i have found out that this query string is getting lost during a particular API call to Apache namely
ap_parse_uri(request_rec *  r,  const char *  uri). I have also found out on Apache docs that this API call has the side effect of losing the particular query parameter ( r->args).Now could any body suggest a similar API call that doesnot have an affect like this.
 
Thanx in advance
 
Sonia

 
On 6/14/07, Joachim Zobel <jzobel@heute-morgen.de> wrote:
Hi.

Check out the QSA option for the RewriteRule.

If this does not help the module developers list

modules-dev@httpd.apache.org
is the appropriate place for such a question.

Sincerely,
Joachim




------=_Part_36376_22778371.1181795086763--