piotrrzysko opened a new pull request, #17598: URL: https://github.com/apache/iceberg/pull/17598
HTTP entity tags are defined as quoted opaque tags by RFC 9110 ยง8.8.3: https://www.rfc-editor.org/rfc/rfc9110.html#section-8.8.3 The reference REST catalog adapter was returning raw hash values as ETags. This breaks components that rely on valid entity-tag syntax, such as Jetty's `CompressionHandler`, which adds and strips compression suffixes like `--gzip` for compressed responses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
