
bugzilla at apache
May 7, 2008, 6:35 PM
Post #1 of 1
(34 views)
Permalink
|
|
[Bug 44760] If-Modified-Since and Last-Modified
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=44760 Roy T. Fielding <fielding[at]apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Roy T. Fielding <fielding[at]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[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|