]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
"Expected </Foo>> but saw </Foo>" backport
authorGeoffrey Young <geoff@apache.org>
Wed, 18 Feb 2004 15:47:46 +0000 (15:47 +0000)
committerGeoffrey Young <geoff@apache.org>
Wed, 18 Feb 2004 15:47:46 +0000 (15:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102671 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d1797ea6fa7a3255f7d61e354491f3c814599652..815e101b3e87a590547bc8bab8bde90b487ac522 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/02/16 18:47:57 $]
+Last modified at [$Date: 2004/02/18 15:47:46 $]
 
 Release:
 
@@ -80,6 +80,11 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * fix "Expected </Foo>> but saw </Foo>" errors in nested,
+      argumentless containers.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/config.c?r1=1.172&r2=1.173
+      +1: geoff
+
     * mod_ssl: Clear OpenSSL error stack during pphrase entry to prevent 
       spurious failures in SSL functions later.
       PR: 21160