rse 97/08/01 02:43:51
Modified: src CHANGES
Log:
Entry for added support of ``=""'' at RewriteCond.
Revision Changes Path
1.377 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -r1.376 -r1.377
--- CHANGES 1997/08/01 09:13:30 1.376
+++ CHANGES 1997/08/01 09:43:49 1.377
@@ -1,5 +1,9 @@
Changes with Apache 1.3a2
+ *) Enable ``=""'' for RewriteCond directives to match against
+ the empty string. This is the preferred way instead of ``^$''.
+ [Ralf S. Engelschall]
+
*) Fixed an infinite loop in mod_imap for references above the server root
[Dean Gaudet] PR#748