Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 123F3186FF for ; Fri, 8 Jan 2016 01:32:33 +0000 (UTC) Received: (qmail 24777 invoked by uid 500); 8 Jan 2016 01:32:32 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 24675 invoked by uid 500); 8 Jan 2016 01:32:32 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 24320 invoked by uid 99); 8 Jan 2016 01:32:32 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2016 01:32:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C63211805CD for ; Fri, 8 Jan 2016 01:32:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.515 X-Spam-Level: ** X-Spam-Status: No, score=2.515 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eAnE5A6rmuzp for ; Fri, 8 Jan 2016 01:32:22 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 32E0C20D10 for ; Fri, 8 Jan 2016 01:32:22 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 36C501DAC191 for ; Thu, 7 Jan 2016 17:30:06 -0800 (PST) Date: Thu, 7 Jan 2016 18:32:21 -0700 (MST) From: iris ding To: dev@cxf.apache.org Message-ID: <1452216741405-5764500.post@n5.nabble.com> In-Reply-To: <1451900837920-5764367.post@n5.nabble.com> References: <1451900837920-5764367.post@n5.nabble.com> Subject: Re: Version 1 NewCookie is not compliant with RFC 2109 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Looking at org.apache.cxf.jaxrs.impl.NewCookieHeaderProvider.toString() it seems CXF does not have check about the cookie version. So if we have special character which is only allowed in version 1 cookie, there will be an issue. +1 for this change. Iris Ding -- View this message in context: http://cxf.547215.n5.nabble.com/Version-1-NewCookie-is-not-compliant-with-RFC-2109-tp5764367p5764500.html Sent from the cxf-dev mailing list archive at Nabble.com.