<div dir="ltr">I have a client which uses the following method:<div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">@GET<br>@Path(&quot;/{path}/treeHash&quot;)<br>Response getEntityHash(@PathParam(&quot;path&quot;) RelativePath path);</blockquote><div><br></div><div>The RelativePath object gets converted into a value of: t;unit-testing/e;ua2shhq9</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>Example full URL: /entity/t;unit-testing/e;ua2shhq9/treeHash<br></div><div><br></div></blockquote><div>When its executed, the forward slash is converted to %2F (encoded /). This causes the call to fail. What do i need to do, to make sure its not URL encoded?</div><div><br></div>I&#39;ve tried adding @Encoded, but that has no effect.<div><br>Cheers.</div></div>