JIRA: https://jira.spring.io/browse/INT-4017 According RFC 7232 (https://tools.ietf.org/html/rfc7232#section-2.3) the ETag headers must be in the pattern: ``` ETag = entity-tag entity-tag = [ weak ] opaque-tag weak = %x57.2F ; "W/", case-sensitive opaque-tag = DQUOTE *etagc DQUOTE etagc = %x21 / %x23-7E / obs-text ; VCHAR except double quotes, plus obs-text ``` Therefore the regexp like `HttpHeaders.ETAG_HEADER_VALUE_PATTERN`