Details
-
Bug
-
Resolution: Done
-
Minor
-
2.3.5.Final, 3.0.18.Final
Description
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
Attachments
Issue Links
- clones
-
RESTEASY-803 ETag not quoted in Response
-
- Closed
-
- is incorporated by
-
JBEAP-5211 (7.1.0) ETag not quoted in ResponseBuilder.tag(String tag)
-
- Verified
-
-
JBEAP-5446 (7.0.z) RESTEASY-1439 - ETag not quoted in ResponseBuilder.tag(String tag)
-
- Verified
-