You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Johnson <Er...@Sun.COM> on 2003/11/25 19:25:43 UTC

[users@httpd] weak etags & alternate repositories

Hi,

I'm trying to figure out if/how ETags might be
generated when using a non-filesystem
repository provided by an apache module.  For 
example, I've tried to generate weak ETags
when using the subversion and catacomb apache
modules.

Is the code to generate ETags abstracted from
the underlying repository?  Or, is it tied 
directly to the filesystem?  I think I found the
relevant source using viewcvs, but I haven't
been able to decipher it....

http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?rev=1.252&content-type=text/vnd.viewcvs-markup


Any help much appreciated.

--EJ