[Resteasy-users] Is there a way to prevent a @PathParam from being uri encoded?

2014-04-07 Thread Scott Stark
I have a client interface with a method like: public interface INSP { @PUT @Path("/{domain}/subscriptions/{endpoint}{resourcePath}") @Produces("application/json") public String subscribeEndpointResource(@PathParam("domain") String domain, @PathParam("endpoint") Str

Re: [Resteasy-users] Is there a way to prevent a @PathParam from being uri encoded?

2014-04-07 Thread Scott Stark
I wouldn't worry about it unless its useful in general as I would rather just use what is shipped with the wildfly distribution to simplify set in the lab. Like I said, it is a simple workaround to wrap the client proxy in another proxy that just overrides this method to build the request uri wi