https://bz.apache.org/bugzilla/show_bug.cgi?id=64265

--- Comment #2 from Michael Osipov <micha...@apache.org> ---
(In reply to mgrigorov from comment #1)
> Hi Michael,
> 
> I see no difference between your 
> 
> > Tomcat returns a weak etag, so try the weak function:
> >> $ curl "https://.../test/test.txt"; -H 'If-None-Match: W/"6-1585143822000"' 
> >> -I
> 
> and
> 
> > If I try strong logically, the following should give me a 200:
> >> $ curl "https://.../test/test.txt"; -H 'If-None-Match: W/"6-1585143822000"' 
> >> -I
> 
> The commands are the same.

Please read my comments also the defined comparison functions: strong and weak
in the RFC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to