Description
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.