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 299AF11DAF for ; Wed, 18 Jun 2014 00:15:11 +0000 (UTC) Received: (qmail 92953 invoked by uid 500); 18 Jun 2014 00:15:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 92912 invoked by uid 500); 18 Jun 2014 00:15:10 -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 92901 invoked by uid 99); 18 Jun 2014 00:15:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 00:15:10 +0000 Date: Wed, 18 Jun 2014 00:15:10 +0000 (UTC) From: "Jim Ma (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-5810) Empty response is returned when both security policy and handler chain are enabled 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-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ma updated CXF-5810: ------------------------ Summary: Empty response is returned when both security policy and handler chain are enabled (was: Empty response is returned when both security policy and handler chain enabled) > Empty response is returned when both security policy and handler chain are enabled > ---------------------------------------------------------------------------------- > > Key: CXF-5810 > URL: https://issues.apache.org/jira/browse/CXF-5810 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.7.11, 3.0.0 > Reporter: Jim Ma > Assignee: Jim Ma > Fix For: 2.7.12, 3.0.1 > > > When security policy and handler chain are both enabled for the endpoint , the SAAJOutInterceptor will be executed twice. It leads the original xml writer is not correctly set and no response is wrote to the http ouputstream. -- This message was sent by Atlassian JIRA (v6.2#6252)