Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFD18984D for ; Mon, 20 May 2013 10:13:17 +0000 (UTC) Received: (qmail 40210 invoked by uid 500); 20 May 2013 10:13:18 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 40088 invoked by uid 500); 20 May 2013 10:13:16 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 40065 invoked by uid 99); 20 May 2013 10:13:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 10:13:16 +0000 Date: Mon, 20 May 2013 10:13:15 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5024) Update HTTP Transport HTTPHeaders utility to correctly represent some complex headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661882#comment-13661882 ] Sergey Beryozkin commented on CXF-5024: --------------------------------------- See also http://svn.apache.org/r1481920 (Header update to support the Date conversion) > Update HTTP Transport HTTPHeaders utility to correctly represent some complex headers > ------------------------------------------------------------------------------------- > > Key: CXF-5024 > URL: https://issues.apache.org/jira/browse/CXF-5024 > Project: CXF > Issue Type: Task > Components: Transports > Reporter: Sergey Beryozkin > Assignee: Sergey Beryozkin > Priority: Minor > Fix For: 3.0.0 > > > Date and Locale toString() conversion does not correctly represent these objects as HTTP header values. > HTTP Link and Set-Cookie headers have to be added as separate HTTP headers (one value - new line). > This is typically an issue of the JAX-RS runtime, but the proper support for Date & Locale headers, as well as for Set-Cookie, may be of use for WS services too. > This can not be implemented in the JAX-RS runtime as the TCK enforces that custom header values like Locale, Date, etc are not converted until the data are written to the stream -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira