[
https://issues.apache.org/jira/browse/CXF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959869#comment-13959869
]
Willem Jiang commented on CXF-5610:
-----------------------------------
If the servant url path is same with the already added context path, jetty
cannot route request to right http handler and the empty response can be send
to the client. I just updated the code to throw exception in that case.
> Jetty transport should warn the user if the endpoint address conflicts with
> published service
> ---------------------------------------------------------------------------------------------
>
> Key: CXF-5610
> URL: https://issues.apache.org/jira/browse/CXF-5610
> Project: CXF
> Issue Type: Improvement
> Components: Transports
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 3.0.0, 2.7.11, 2.6.14
>
>
> When the user want to publish endpoint with address
> "http://localhost:9000/foo/bar" and "http://localhost:9000/foo/bar/bar", he
> should be get an error as these two address are conflict with each other.
--
This message was sent by Atlassian JIRA
(v6.2#6252)