-
Bug
-
Resolution: Won't Do
-
Major
-
None
The "/" character isn't escaped when used in a PathParam value.
For example :
@GET
@Path("
")
VHost getVHost(@PathParam("name") String name);
A call to getVHost("/myVHost") goes to http://server//myVHost instead of http://server/%2FmyVHost