[
https://issues.apache.org/jira/browse/CXF-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-7584.
-----------------------------------
Resolution: Fixed
Assignee: Sergey Beryozkin
Fix Version/s: 3.2.2
3.1.15
> 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
> Assignee: Sergey Beryozkin
> 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)