-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
2.3.5.Final
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.
- is cloned by
-
RESTEASY-1439 ETag not quoted in ResponseBuilder.tag(String tag)
- Closed