Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 48369 invoked from network); 27 Aug 2005 08:31:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2005 08:31:47 -0000 Received: (qmail 21730 invoked by uid 500); 27 Aug 2005 08:31:46 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 21711 invoked by uid 500); 27 Aug 2005 08:31:46 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 21697 invoked by uid 99); 27 Aug 2005 08:31:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Aug 2005 01:31:46 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=PRIORITY_NO_NAME,RCVD_BY_IP,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Aug 2005 01:32:01 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E8w5C-0005Z3-U8 for apreq-dev@httpd.apache.org; Sat, 27 Aug 2005 10:30:34 +0200 Received: from 82.101.66.107 ([82.101.66.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Aug 2005 10:30:34 +0200 Received: from ananiev by 82.101.66.107 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Aug 2005 10:30:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: apreq-dev@httpd.apache.org From: "Nikolay Ananiev" Subject: Re: [apreq2] problem with $req->args('key') Date: Sat, 27 Aug 2005 11:33:25 +0200 Organization: * Lines: 17 Message-ID: References: <877je81bxv.fsf@gemini.sunstarsys.com> Reply-To: "Nikolay Ananiev" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 82.101.66.107 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "Joe Schaefer" wrote in message news:877je81bxv.fsf@gemini.sunstarsys.com... > "Nikolay Ananiev" writes: > > > $req->args('key'); doesn't return the value of 'key' but the whole > > query string. > > Please use APR::Request::Apache2 instead of Apache2::Request. Thank you, Joe. That solved my problem. I have one more question. With Apache2::Request I used $req->discard_request_body for non-POST requests. How do I do it with APR::Request::Apache2? Or there's no point to do it?