[EMAIL PROTECTED] wrote:

rederpj 2003/09/12 12:28:47

  Modified:    .        CHANGES
               modules/experimental mod_cache.c
  Log:
   This fixes the cache code so that responses can be cached if they have
   an Expires header but no Etag or Last-Modified headers. PR 23130.
   Submitted by: <[EMAIL PROTECTED]>
   Reviewed by: Paul J. Reder

Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1271
retrieving revision 1.1272
diff -u -r1.1271 -r1.1272
--- CHANGES 11 Sep 2003 18:24:25 -0000 1.1271
+++ CHANGES 12 Sep 2003 19:28:46 -0000 1.1272
@@ -2,6 +2,12 @@
[Remove entries to the current 2.0 section below, when backported]
+ *) This fixes the cache code so that responses can be cached
+ if they have an Expires header but no Etag or Last-Modified
+ headers. PR 23130.
+ [Submitted by: <[EMAIL PROTECTED]>]
+ [Reviewed by: Paul J. Reder]

This should be


*) This fixes the cache code so that responses can be cached
   if they have an Expires header but no Etag or Last-Modified
   headers. PR 23130.  [<[EMAIL PROTECTED]>]

unless you had to modify the code, in which case your name goes inside [] along with the other person's info with no distinguishing between the submitter and the reviewer. Also, it is nice to see a real name when known.



Reply via email to