rse 98/02/23 07:24:37
Modified: src CHANGES
Log:
The expansion change for /~user in mod_rewrite.
Revision Changes Path
1.662 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.661
retrieving revision 1.662
diff -u -r1.661 -r1.662
--- CHANGES 1998/02/23 10:53:27 1.661
+++ CHANGES 1998/02/23 15:24:34 1.662
@@ -1,5 +1,9 @@
Changes with Apache 1.3b6
+ *) Now mod_rewrite no longer makes problematic assumptions on the
characters
+ a username can contain when trying to expand it via /etc/passwd.
+ [Ralf S. Engelschall]
+
*) The mod_setenvif BrowserMatch backwards compatibility command did not
work properly with spaces in the regex. [Ronald Tschalaer] PR#1825