You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by david reid <da...@jetnet.co.uk> on 2007/02/14 14:32:25 UTC

If-Modified-Since

Has anyone else run into issues with the svn module not working
correctly when these headers are set?

The example that brought this to light is shown below...

david@drakh:~/svn/projects$ telnet svn.apache.org 80
Trying 140.211.11.3...
Connected to svn.apache.org.
Escape character is '^]'.
GET /repos/asf/xmlgraphics/fop/trunk/src/documentation/content/doap.rdf
HTTP/1.1
Host: svn.apache.org
If-Modified-Since: Sun, 26 Nov 2006 13:34:48 GMT

HTTP/1.1 304 Not Modified
Date: Wed, 14 Feb 2007 13:06:30 GMT
Server: Apache/2.2.2 (Unix) SVN/1.3.1
mod_python/3.2.9-unreleased-20060413 Python/2.4.3 mod_ssl/2.2.2
OpenSSL/0.9.7e-p1 DAV/2
ETag: "507515//xmlgraphics/fop/trunk/src/documentation/content/doap.rdf"

Connection closed by foreign host.

The file has been modified at least once in 2007, so the 304 is an error.

-- 
david

http://feathercast.org/