Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 50810 invoked from network); 22 Sep 2005 07:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 07:10:27 -0000 Received: (qmail 57301 invoked by uid 500); 22 Sep 2005 07:10:18 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 57246 invoked by uid 500); 22 Sep 2005 07:10:17 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 57228 invoked by uid 99); 22 Sep 2005 07:10:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 00:10:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dev.sensei@gmail.com designates 66.249.82.207 as permitted sender) Received: from [66.249.82.207] (HELO xproxy.gmail.com) (66.249.82.207) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 00:10:25 -0700 Received: by xproxy.gmail.com with SMTP id h30so285649wxd for ; Thu, 22 Sep 2005 00:09:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:x-mailer:x-mimeole:thread-index:message-id; b=f1gWP4xVBHF1lxHmyb7vjY5tdRjR91cscIOxGWD6ROnrKpy+WZMvDcbBl2CdYWw/uGH2ODpzcQHNAXKMQ51CBvXzzCqhN1CvP+DqkzrDObD3pkNRHVabxjKMCCXGB1A9NzM+Uwsi6z9LUekXLs9kF+SzTCQNoM9uXC+b1SeGChg= Received: by 10.70.122.12 with SMTP id u12mr138058wxc; Thu, 22 Sep 2005 00:09:54 -0700 (PDT) Received: from BlackDragonV ( [84.179.55.62]) by mx.gmail.com with ESMTP id i37sm289810wxd.2005.09.22.00.09.53; Thu, 22 Sep 2005 00:09:54 -0700 (PDT) From: "Stefan Pietschmann" To: Subject: request parameter with % is lost Date: Thu, 22 Sep 2005 09:11:50 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C5BF55.AC0C2690" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcW/RObdyOr6UmHgT2mHQQYsnp0nZg== Message-ID: <433258c2.7c43345e.23c6.ffffbe00@mx.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0008_01C5BF55.AC0C2690 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi guys, we're trying to send GET parameters with the request in our application. This hasn't been a problem so far. I've written an action that outputs all parameters from the request - see what happens: http://localhost:8080/cocoon/.. ..?Param1=noProblem&Param2=atAll') Action says --> Request Params: [Param2,Param1] ##### Request Parameter values: Param2: noProblem Param1: atAll http://localhost:8080/cocoon/.. ..?Param1=Blumentopf&Param2=Baum%25haus') Action says --> Request Params: [Param1] ##### Request Parameter values: Param1: Blumentopf So basically everytime a parameter value contains an encoded percent sign (%25) the param is totally lost - not only its content. Why is that? Thanx, Stefan ------=_NextPart_000_0008_01C5BF55.AC0C2690 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi guys,

 

we’re trying to send GET parameters with the = request in our application. This hasn’t been a problem so far. I’ve = written an action that outputs all parameters from the request – see what happens:

 

http://localhost:8080/cocoon/..<snip>..?Param1=3D= noProblem&Param2=3DatAll')

 

Action says à

Request Params: [Param2,Param1] = #####

Request Parameter = values:

Param2: noProblem

Param1: atAll

 

http://localhost:8080/cocoon/..<snip>..?Pa= ram1=3DBlumentopf&Param2=3DBaum%25haus')=

 

Action says à

Request Params: [Param1] = #####

Request Parameter = values:

Param1: Blumentopf

 

So basically everytime a parameter value contains an = encoded percent sign (%25) the param is totally lost – not only its = content.

 

Why is that?

 

Thanx,

Stefan

 

 

------=_NextPart_000_0008_01C5BF55.AC0C2690--