[
https://issues.apache.org/jira/browse/CXF-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285754#comment-16285754
]
Sergey Beryozkin commented on CXF-7584:
---------------------------------------
Alexey, thanks for updating the patch, applied it, only added a property just
in case even though it is hard to see why, with template path variables, one
would like to optionally 'collapse' a path segment...
> 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
> Fix For: 3.1.15, 3.2.2
>
>
> {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)