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

Re: How to make mod_svn_dav return a last-modified header?

From: <kfogel_at_collab.net>
Date: 2003-08-07 21:34:39 CEST

Philip Martin <philip@codematters.co.uk> writes:
> If I try something like that, the reason I don't get a Last-Modified
> header is the code (new in r6636) in dav_svn_set_headers
>
> 1727 if (resource->type == DAV_RESOURCE_TYPE_VERSION)
> 1728 {
> 1729 /* Send 'Last-Modified', 'Expires', and 'Cache-Control' headers. */
> 1730 apr_time_t tyme;
> 1731 int retval;
> (gdb) p resource->type
> $1 = DAV_RESOURCE_TYPE_REGULAR

I was just about to check that conditional :-)... Thanks, Philip.

Hmmm. And Mike has just raised some correctness concerns too (he's
adding them to issue #971 right now).

I'm going to revert the change for now, since a release is about to
come out.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 7 22:14:23 2003

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

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