Issue Type: Bug Bug
Affects Versions: 0.6
Assignee: Unassigned
Components: component-resteasy
Created: 09/Nov/12 6:44 AM
Description:

If the JAX-RS resource contains @PathParams like:

@GET
@Path("/resume/${pid}")
public String resume(@PathParam("pid") String pid)

REST reference binding generates the url with an extra slash which causes the reference call to fail: /resume//1

Project: SwitchYard
Priority: Blocker Blocker
Reporter: Siamak Sadeghianfar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira