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


Roy T. Fielding <[EMAIL PROTECTED]> changed:

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




--- Comment #1 from Roy T. Fielding <[EMAIL PROTECTED]>  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to