-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
-
-
-
-
-
Low
-
Workaround Exists
-
-
EAP 7.0.4
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
- clones
-
JBEAP-5211 (7.1.0) ETag not quoted in ResponseBuilder.tag(String tag)
- Verified
- incorporates
-
RESTEASY-1439 ETag not quoted in ResponseBuilder.tag(String tag)
- Closed
- is incorporated by
-
JBEAP-5443 (7.0.z) Upgrade to RESTEasy from 3.0.18 to 3.0.19
- Verified