-
Bug
-
Resolution: Done
-
Major
-
3.0.13.Final, 3.0.14.Final, 3.0.15.Final, 3.0.16.Final
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())
- is cloned by
-
JBEAP-4710 Instances built from org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a snaphot of the parent configuration
- Closed
- is related to
-
RESTEASY-1444 ResteasyProviderFactory.getClasses should only return classes of providers to be instanciated not the ones of the singletons
- Closed
- relates to
-
RESTEASY-1983 Instances built from org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a detached snaphot of the parent configuration (PART2)
- Resolved