Alexey Markevich created CXF-7584:
-------------------------------------
Summary: proxy client: forbid empty path param
Key: CXF-7584
URL: https://issues.apache.org/jira/browse/CXF-7584
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 3.2.1
Reporter: Alexey Markevich
{code}
@Path("/{p}")
void doSmth(@PathParam("p") String p);
{code}
invoked like
{code}
client.doSmth("");
{code}
cause wrong endpoint called
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
