Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在基于 Dropwizard 的应用程序中实现 ETags 的解决方案。但是 GZip 过滤器(我假设)会吃掉 ETag 中的最后一个字符。
例如,我设置了 ETag 01234,客户端看到0123-gzip.
01234
0123-gzip
有人有线索吗?