1 Jun 2003 17:10
cvs commit: httpd-2.0/modules/metadata mod_expires.c
<coar <at> apache.org>
2003-06-01 15:10:31 GMT
2003-06-01 15:10:31 GMT
coar 2003/06/01 08:10:30
Modified: . CHANGES
modules/metadata mod_expires.c
Log:
Allow ExpiresByType to accept and understand minor-type wildcards
(e.g., text/*). They'll be used if an exact type match isn't
found; if there's no wildcard match, the expiry falls back to any
ExpiresDefault setting as usual.
PR: 7991
Revision Changes Path
1.1192 +3 -0 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1191
retrieving revision 1.1192
diff -u -u -r1.1191 -r1.1192
--- CHANGES 31 May 2003 22:00:23 -0000 1.1191
+++ CHANGES 1 Jun 2003 15:10:29 -0000 1.1192
<at> <at> -2,6 +2,9 <at> <at>
[Remove entries to the current 2.0 section below, when backported]
+ *) Add support for IMT minor-type wildcards (e.g., text/*) to
+ ExpiresByType. PR#7991 [Ken Coar]
+
(Continue reading)
RSS Feed