Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 31852 invoked from network); 11 May 2010 20:06:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 20:06:03 -0000 Received: (qmail 29104 invoked by uid 500); 11 May 2010 20:06:02 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 29060 invoked by uid 500); 11 May 2010 20:06:02 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 29053 invoked by uid 99); 11 May 2010 20:06:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 20:06:02 +0000 X-ASF-Spam-Status: No, hits=-1560.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 20:06:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BK5f34011102 for ; Tue, 11 May 2010 20:05:41 GMT Message-ID: <26269895.11061273608341380.JavaMail.jira@thor> Date: Tue, 11 May 2010 16:05:41 -0400 (EDT) From: "Alistair Wilson (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (PORTLETBRIDGE-141) External context implementation returns content-type header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 External context implementation returns content-type header ----------------------------------------------------------- Key: PORTLETBRIDGE-141 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-141 Project: MyFaces Portlet Bridge Issue Type: Bug Components: Impl Affects Versions: 2.0.0-alpha Environment: TCK running in WLS environment. Reporter: Alistair Wilson Priority: Minor The TCK test, getRequestHeaderMapRender, is failing when the CONTENT-TYPE header is returned in ExternalContext#getRequestHeaderMap. According to section 6.1.3.1 of the portlet bridge spec, "This Map must include the set of properties available via the javax.portlet.PortletRequest methods getProperty() and getPropertyNames() except when executing a RENDER_REQUEST. Within a RENDER_REQUEST, the map must exclude the CONTENT-TYPE property (if it is present in the underlying request). " The org.apache.myfaces.portlet.faces.util.map.PortletRequestHeaders class should check for and exclude the CONTENT-TYPE header when returning headers from the contained PortletRequest object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.