Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A78347A2 for ; Wed, 29 Jun 2011 08:16:29 +0000 (UTC) Received: (qmail 99443 invoked by uid 500); 29 Jun 2011 08:16:28 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 99335 invoked by uid 500); 29 Jun 2011 08:16:20 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 99327 invoked by uid 99); 29 Jun 2011 08:16:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 08:16:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of khiemu@googlemail.com designates 209.85.210.179 as permitted sender) Received: from [209.85.210.179] (HELO mail-iy0-f179.google.com) (209.85.210.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 08:16:06 +0000 Received: by iyn35 with SMTP id 35so1058849iyn.10 for ; Wed, 29 Jun 2011 01:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EeFA1rI66+eq+kGexlBEh0h+gqsOYFvwGCRvVs2gksQ=; b=T7DxziJYB0qppo2dl7K6b9DGNALCJoWIrJwhbfk9lzgLdfI2qu1KgpTF9zL9te0TQt WnGJjG4b6gODtnoyX1AzCpwVznDZYRaBC5zwgZ00SzeOLUt30ioXpFEc4oEbn+gt4yw+ z0oYmkNpftCm/+g8TGlXso0Y250/MT98j3wos= MIME-Version: 1.0 Received: by 10.231.28.72 with SMTP id l8mr426244ibc.194.1309335345533; Wed, 29 Jun 2011 01:15:45 -0700 (PDT) Received: by 10.231.192.66 with HTTP; Wed, 29 Jun 2011 01:15:45 -0700 (PDT) Date: Wed, 29 Jun 2011 10:15:45 +0200 Message-ID: Subject: null/empty value in request string From: khiem nguyen To: HttpClient User Discussion Content-Type: multipart/alternative; boundary=0015176f0f022994d704a6d5649a X-Virus-Checked: Checked by ClamAV on apache.org --0015176f0f022994d704a6d5649a Content-Type: text/plain; charset=ISO-8859-1 hi i have a post request like this: param1=value1¶m2=¶m3=value3 if i put these into a ArrayList for a POST, should the value of param2 an empty-string or should it be null ? does defaultHttpClient handle these 2 cases differently ? thanx cheers --0015176f0f022994d704a6d5649a--