[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Last-Modified response headers

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2005-12-03 11:26:00 CET

Hi,

sorry for being late in the discussion.

I just remembered that there actually may be a good reason for not
returning Last-Modified dates. This is because this response header must
work properly per URL, not per resource, and thus names pace operations
(such as MOVE) need to be taken in account (see
<http://greenbytes.de/tech/webdav/draft-reschke-webdav-namespace-vs-properties-latest.html>
for a longer summary).

That is, if you have

/a/b (with Last-Modified of 10am)

and

/a/c (with Last-Modified of 11am)

moving /a/b to /a/c *must* result in /a/c having a Last-Modified of
later than 11am (thus the underlying resource can't keep it's timestamp
here).

Maybe this is already the case (in which case I apologize for raising a
non-issue).

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 3 11:28:20 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.