Hi,
Please I want to know how can I specify a path template variable so it can
accept a path (
for example : if I make a request to bseURI/machin/containers/smth and in
machinResource I have @Path("{container}"), @PathParam("container") will
return containers/smth
I do not want to specify @Path as @Path("{part1}/{part2}"), I tried to
submit an encoded URI with %2F but I get 400 status code
regards
--
Mehdi BEN HAJ ABBES