Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-803

ETag not quoted in Response

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • 2.3.5.Final
    • jaxrs

      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.

            patriot1burke@gmail.com Bill Burke (Inactive)
            samuel.vogel Samuel Vogel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: