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 4A879CA1F for ; Mon, 26 May 2014 03:37:02 +0000 (UTC) Received: (qmail 47325 invoked by uid 500); 26 May 2014 03:37:02 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 47290 invoked by uid 500); 26 May 2014 03:37:02 -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 47281 invoked by uid 99); 26 May 2014 03:37:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2014 03:37:02 +0000 Date: Mon, 26 May 2014 03:37:02 +0000 (UTC) From: "Xu ShiChang Desmond (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5740) CXF-5610 is preventing applications from using the same endpoint url for multiple hadlers 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-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008544#comment-14008544 ] Xu ShiChang Desmond commented on CXF-5740: ------------------------------------------ Thanks for the property, but I second that it should be set on the bus rather than a system property. > CXF-5610 is preventing applications from using the same endpoint url for multiple hadlers > ----------------------------------------------------------------------------------------- > > Key: CXF-5740 > URL: https://issues.apache.org/jira/browse/CXF-5740 > Project: CXF > Issue Type: Bug > Affects Versions: 2.7.11 > Reporter: Xu ShiChang Desmond > Assignee: Willem Jiang > Attachments: CXF5740Demo.java > > > I'm having a bad day with the changes made for this jira issue https://issues.apache.org/jira/browse/CXF-5610. > Jetty allows having multiple handlers for the same url, and jetty itself have its own means of handing the issue of how to handle such scenarios. > See http://www.eclipse.org/jetty/documentation/current/writing-custom-handlers.html#passing-request-and-response/ > Before this jira issue came about, cxf also allowed this, and I have some applications that have depended on such functionality. This is stopping me from adopting cxf 2.7.11. > I feel that at most, there should be a warning (even that is debatable), but at the moment this is an error which I cannot get around in any good manner. -- This message was sent by Atlassian JIRA (v6.2#6252)