Return-Path: Delivered-To: apmail-mina-dev-archive@www.apache.org Received: (qmail 1019 invoked from network); 11 Dec 2010 14:37:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Dec 2010 14:37:35 -0000 Received: (qmail 10959 invoked by uid 500); 11 Dec 2010 14:37:35 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 10779 invoked by uid 500); 11 Dec 2010 14:37:35 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 10763 invoked by uid 99); 11 Dec 2010 14:37:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 14:37:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of s.a.grigoriev@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 14:37:28 +0000 Received: by iyj21 with SMTP id 21so417851iyj.2 for ; Sat, 11 Dec 2010 06:37:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Nz/oKJFfFPtZxcvxEeKRvo3KlNMfEe4UofnseBznPZo=; b=StGzdiiQwefazHBxe2sr6xH8Cz54/TGF1s7SVOK+zj5nR7kga9wZ4QgAj8R+ykMjkR FFPdUfdey+WzkPtDYaiaAg4/00/sY33T8pcCTMXhvZs8gLH95cfnkhOrJ1yl+amAsrCT Vxl1Rpmxw929gtw6QSMPFmYHorRoNPx72EOiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=L3Zh6w7gYammPuZQAoh0kb2CyjhfgIfip3jlkDcKBLBRffnm1mZTQFJ0vz6H0JOIEZ os9pWdNF2SivQXDxYb1mYrvZBjEDpmvOw5/A7zodFgSuSkXxiArAz3e7W7ZCjAwsukEg CGs0ssvkAFfoF9lw7PKCFGKiaTSjUYTfVd8aI= MIME-Version: 1.0 Received: by 10.42.171.137 with SMTP id j9mr1432868icz.80.1292078227460; Sat, 11 Dec 2010 06:37:07 -0800 (PST) Received: by 10.231.20.76 with HTTP; Sat, 11 Dec 2010 06:37:07 -0800 (PST) In-Reply-To: <4D0268C7.9000106@gmail.com> References: <4D0268C7.9000106@gmail.com> Date: Sat, 11 Dec 2010 16:37:07 +0200 Message-ID: Subject: Re: when serializing an HttpRequest into byte stream "Cookie:" headers are replaced with "Set-cookie". The fixing patch is attached From: =?UTF-8?B?0KHQtdGA0LPQtdC5INCT0YDQuNCz0L7RgNGM0LXQsg==?= To: dev@mina.apache.org, elecharny@apache.org Content-Type: multipart/alternative; boundary=90e6ba6e8fa0c513e50497236782 --90e6ba6e8fa0c513e50497236782 Content-Type: text/plain; charset=UTF-8 I suppose that the server should not set cookies on an HttpRequest, it should set cookies on an HttpResponse, do you agree ? --90e6ba6e8fa0c513e50497236782--