According to jax-RS specification all methods of any javax.ws.rs.client.WebTarget implementation that return a new WebTarget instance (such as path(),queryParam(),resolveTemplates()...) must ensure that : "A snapshot of the present configuration of the current (parent) target instance is taken and is inherited by the newly constructed (child) target instance."
Instance of org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget does not seem to follow this rule (see ResteasyProviderFactory getClasses(), getInstances(), getContracts())
- clones
-
RESTEASY-1345 Instances built from org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a snaphot of the parent configuration
- Closed
- is incorporated by
-
JBEAP-4600 Upgrade Resteasy to 3.0.17.Final
- Closed