From dev-return-35546-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Mon Dec 08 16:33:20 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 56605 invoked from network); 8 Dec 2008 16:33:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 16:33:20 -0000 Received: (qmail 32103 invoked by uid 500); 8 Dec 2008 16:33:31 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 31847 invoked by uid 500); 8 Dec 2008 16:33:30 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 31836 invoked by uid 99); 8 Dec 2008 16:33:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 08:33:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t.p.ellison@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 16:31:59 +0000 Received: by ug-out-1314.google.com with SMTP id m2so636667ugc.22 for ; Mon, 08 Dec 2008 08:32:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=4L/5bhHfJoS1q1m2PPVAbo/N7U8LM8rcldWESzoyu0Q=; b=GSN3fG7M14WDwxsvH7Oxm0Xb80MD0Qg3eRwSB8wuRA2g/Cr85cxmCkm+N42cOnj1Hp ghoFJ5WLStOu0Lw/DK8YNLCy4rnlJomILJTlbEo5PTsoLy/21kU0Yzb8TxKHJLhkH/Mw UFzV4KSlLoQBhia7YOqaCpvLTNhilJlysG99U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=fomov6Ok/+EpqiYVD04R+XE3Y/NsM7Kuzfj3Cn65v9absxdKriVv3xM1YvhxdYEp37 0BRXY82QEJmItIcHPB6EaFncL6QQd7v25BP8YcN4Q06m35Z63++OD8tjLVVqBiD6jLg7 WTRjfYA2PqfSdKRel5h2QExSqY2+yWtv8YunI= Received: by 10.67.115.8 with SMTP id s8mr2434979ugm.50.1228753966743; Mon, 08 Dec 2008 08:32:46 -0800 (PST) Received: from ?9.20.183.162? (blueice3n1.uk.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id 31sm8050760ugg.34.2008.12.08.08.32.45 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 08:32:45 -0800 (PST) Message-ID: <493D4C2A.1080308@gmail.com> Date: Mon, 08 Dec 2008 16:32:42 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib] [luni] HttpURLConnection does not have the "Accept" header (HARMONY-6036) References: <2082763756.1228723968655.JavaMail.jira@brutus> <493D0D34.609@gmail.com> <70c713190812080503s6c05cf1fl3c59d61d45d40e0@mail.gmail.com> In-Reply-To: <70c713190812080503s6c05cf1fl3c59d61d45d40e0@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Kevin Zhou wrote: > The Accept request-header field can be used to specify certain media types > which are acceptable for the response. > The Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 is acquired > when conducting HeaderTest on RI. > It can be interpreted as: "I prefer any media type, but send me if it is the > best available after an 80% mark-down in quality". > This is a multi-part message in MIME format. > > I find that RI has such a support, but we doesn't. > Is it necessary to follow RI's behaviors on this? > > > I think our code does not have such a line. > > On Mon, Dec 8, 2008 at 8:04 PM, Tim Ellison wrote: >> (I understand what it does, just not which problem it solves.) See above ;-) Is it a problem that we don't reply with that Accept: ? Regards, Tim