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 EB947186B1 for ; Mon, 8 Jun 2015 14:05:05 +0000 (UTC) Received: (qmail 81114 invoked by uid 500); 8 Jun 2015 14:05:00 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 81082 invoked by uid 500); 8 Jun 2015 14:05:00 -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 80977 invoked by uid 99); 8 Jun 2015 14:05:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2015 14:05:00 +0000 Date: Mon, 8 Jun 2015 14:05:00 +0000 (UTC) From: "Justin SB (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6444) CrossOriginResourceSharingFilter.java should not set Origin=* when Credentials=true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Justin SB created CXF-6444: ------------------------------ Summary: CrossOriginResourceSharingFilter.java should not set Origin=* when Credentials=true Key: CXF-6444 URL: https://issues.apache.org/jira/browse/CXF-6444 Project: CXF Issue Type: Bug Components: JAX-RS Security Reporter: Justin SB According to this: http://www.w3.org/TR/cors/#resource-preflight-requests ...when Access-Control-Allow-Credentials: true is set, the response Origin: must be the same as the request Origin (see bullet #7). It doesn't say why in the RFC (that I could see), but I presume there are security implications. -- This message was sent by Atlassian JIRA (v6.3.4#6332)