Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9448
Modified Files:
mod_xhtml_neg.c
Log Message:
Added a todo in the module-level comments about ETag and its effects.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mod_xhtml_neg.c 8 Mar 2004 10:03:18 -0000 1.4
--- mod_xhtml_neg.c 8 Mar 2004 10:13:07 -0000 1.5
***************
*** 80,86 ****
* 0.8 First public release.
*
! * Directives:
*
! * Valid directives are:
*
* XhtmlNegActive Is this module enabled? Defaults to no.
--- 80,93 ----
* 0.8 First public release.
*
! * Todo:
*
! * Make sure ETag is handled correctly. I assume from
! * http://www.w3.org/2003/01/xhtml-mimetype/content-negotiation
! * that ETags should be unique for each content-type returned. This should
! * be doable by intercepting requests containing If-None-Match headers
! * and fixing up ETags on the way in, and by adding our own prefix to
! * ETag headers on the way out.
! *
! * Directives:
*
* XhtmlNegActive Is this module enabled? Defaults to no.
|