]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Nominate the PR 56480 fix for 2.2.x backport.
authorBen Reser <breser@apache.org>
Wed, 9 Jul 2014 01:26:52 +0000 (01:26 +0000)
committerBen Reser <breser@apache.org>
Wed, 9 Jul 2014 01:26:52 +0000 (01:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1608977 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ac2269d4e2b67543ca15be90bd4798e3cfb18d66..0944bf20e1cfb66a162b335d508574ca20c6163d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -115,6 +115,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: +1 if you add the MMN bump
      ylavic: MMN bump in patch #3
 
+   * mod_dav: PROPFIND not encoding hrefs properly.  PR 56480.
+              This was an unintentional regression in the PR 55397 fixes previously
+              released to fix the regressions caused by PR 54611.  Causes problems with
+              mod_dav_svn.  Subversion's trunk test suite will show an XPASS test when
+              this is fixed.
+     trunk patch: http://svn.apache.org/r1602338
+     2.2.x patch: run svn merge -c -c 1602338 ^/httpd/httpd/trunk
+                  and add the following CHANGES entry:
+     *) mod_dav: Fix improper encoding in PROPFIND responses.  PR 56480.
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * mod_cache: Realign the cache_quick_handler() to behave identically