Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35FC7737E for ; Mon, 21 Nov 2011 16:41:30 +0000 (UTC) Received: (qmail 73909 invoked by uid 500); 21 Nov 2011 16:41:29 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 73881 invoked by uid 500); 21 Nov 2011 16:41:29 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 73872 invoked by uid 500); 21 Nov 2011 16:41:29 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 73869 invoked by uid 99); 21 Nov 2011 16:41:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 16:41:29 +0000 X-ASF-Spam-Status: No, hits=2.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of stevesenior69@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 16:41:23 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RSWvX-000665-1a for jmeter-user@jakarta.apache.org; Mon, 21 Nov 2011 08:41:03 -0800 Date: Mon, 21 Nov 2011 08:41:03 -0800 (PST) From: ZK To: jmeter-user@jakarta.apache.org Message-ID: <1321893663042-5011006.post@n5.nabble.com> In-Reply-To: <1321887290629-5010720.post@n5.nabble.com> References: <1321887290629-5010720.post@n5.nabble.com> Subject: Re: BeanShell URL-escapes sampler arguments by default, how to disable? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The string you said you send looks like: %22%7B%22user%22%3A%22self%22 .... Decoded it looks like this: "{"user":"self" .... So where's the 'escaping' problem? ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/BeanShell-URL-escapes-sampler-arguments-by-default-how-to-disable-tp5010720p5011006.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org