[ 
https://issues.apache.org/jira/browse/CXF-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16283489#comment-16283489
 ] 

ASF GitHub Bot commented on CXF-7584:
-------------------------------------

amarkevich opened a new pull request #354: [CXF-7584] proxy client: forbid 
empty path param
URL: https://github.com/apache/cxf/pull/354
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to