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 BBA7ED054 for ; Wed, 15 May 2013 14:59:16 +0000 (UTC) Received: (qmail 96595 invoked by uid 500); 15 May 2013 14:59:16 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 96546 invoked by uid 500); 15 May 2013 14:59: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 96495 invoked by uid 99); 15 May 2013 14:59:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 14:59:16 +0000 Date: Wed, 15 May 2013 14:59:16 +0000 (UTC) From: "Isart (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DOSGI-183) Link filter chain to CXF webservice request processing with DOSGi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Isart created DOSGI-183: --------------------------- Summary: Link filter chain to CXF webservice request processing with DOSGi Key: DOSGI-183 URL: https://issues.apache.org/jira/browse/DOSGI-183 Project: CXF Distributed OSGi Issue Type: New Feature Affects Versions: 1.4.0 Reporter: Isart Fix For: 1.5 This issue raises from a conversation in the CXF users mailing list. Please, find first mail in the thread here: https://mail-archives.apache.org/mod_mbox/cxf-users/201305.mbox/%3C51935E08.5040405%40i2cat.net%3E As stated there, although there is currently a way to execute a filter *before* normal CXF processing takes place, I've been unable to find a way to invoke the normal processing *within* the filter, as part of the filter chain. Some frameworks (i.e. Spring Security) expect service invocation to happen within the filter chain. And things do not work as expected when that's not the case. (I can not say whether this is a common behaviour or not, as I'm not very familiar with servlet containers internals). I think having a way for that to happen is a desirable feature. It would also solve issue DOSGI-182. -- 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