You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/05/08 03:35:52 UTC

DO NOT REPLY [Bug 44760] If-Modified-Since and Last-Modified

https://issues.apache.org/bugzilla/show_bug.cgi?id=44760


Roy T. Fielding <fi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Roy T. Fielding <fi...@apache.org>  2008-05-07 18:35:51 PST ---
Note that returning 304 is an optimization -- it is not
required by HTTP.  Apache will return 304 for normal files,
but this is clearly a subversion node.  Subversion may be
requiring an entity-tag (via If-None-Match) and ignoring
the If-Modified-Since.

Can you try it with a file instead (to confirm the core works)
or change your client to use If-None-Match with subversion
(which it should be doing anyway)?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org