Re: Add Support for Variant ETags

2013-12-13 Thread Maxim Dounin
Hello! On Thu, Dec 12, 2013 at 04:30:07PM -0800, Aaron Peschel wrote: Hello, Weak ETAGs proved to be insufficient to meet my requirements. Apache has solved their issues with ETAGs by appending the type of the variant to the existing ETAG. For example, the ETAG for a gzip variant would

Re: Add Support for Variant ETags

2013-12-13 Thread Jeff Kaufman
On Fri, Dec 13, 2013 at 6:12 AM, Maxim Dounin mdou...@mdounin.ru wrote: gzipping may result in many different byte representations of a resource. Strict entity tags aren't allowed as a result. Is gzip deterministic, where you only get different byte representations with different gzip

Re: Add Support for Variant ETags

2013-12-13 Thread Maxim Dounin
Hello! On Fri, Dec 13, 2013 at 09:59:16AM -0500, Jeff Kaufman wrote: On Fri, Dec 13, 2013 at 6:12 AM, Maxim Dounin mdou...@mdounin.ru wrote: gzipping may result in many different byte representations of a resource. Strict entity tags aren't allowed as a result. Is gzip deterministic,

Add Support for Variant ETags

2013-12-12 Thread Aaron Peschel
Peschel aaron.pesc...@gmail.com # Date 1386735423 28800 # Tue Dec 10 20:17:03 2013 -0800 # Node ID 1d645b958ca1d086f4ef1d4c0dd63dff6cb2f2af # Parent 1bdf906bba99b4c03d306dd8f2756d4d8ffa4a13 Add Support for Variant ETags Rather than stripping strict ETAGs, we can generate a variant of ETAG