John Poth created CXF-7587:
------------------------------
Summary: JAXRS Server fails to serve requests when context path
ends with asterisk '*' caracter
Key: CXF-7587
URL: https://issues.apache.org/jira/browse/CXF-7587
Project: CXF
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: John Poth
I'll send a PR that contains a test that reproduces the bug and propose a fix.
The problem comes from the Jetty server that
[modifies|https://github.com/eclipse/jetty.project/blob/jetty-9.2.21.v20170120/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java#L1340]
the context path when ending with '/*'
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)