-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
-
-
-
-
-
Low
-
Workaround Exists
-
Response.status(412).entity(message).tag("123").build() should generate ETag: "123" but instead does not quote the tag ETag: 123.
The JAX-RS spec says that the ETag should be quoted by the runtime. Jersey adheres to the spec here, RESTEasy doesn't.
ResponseBuilder.tag(EntityTag tag) method works corrrectly but ResponseBuilder.tag(String tag) has this bug
- incorporates
-
RESTEASY-1439 ETag not quoted in ResponseBuilder.tag(String tag)
- Closed
- is cloned by
-
JBEAP-5446 (7.0.z) RESTEASY-1439 - ETag not quoted in ResponseBuilder.tag(String tag)
- Verified
- is incorporated by
-
JBEAP-5438 (7.1.0) Upgrade to RESTEasy 3.0.19.Final
- Verified