From: Ben Reser Date: Wed, 9 Jul 2014 01:26:52 +0000 (+0000) Subject: Nominate the PR 56480 fix for 2.2.x backport. X-Git-Tag: 2.2.28~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbec5aa4455f7304d4759dfb7a2e6137c1658a4;p=thirdparty%2Fapache%2Fhttpd.git Nominate the PR 56480 fix for 2.2.x backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1608977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ac2269d4e2b..0944bf20e1c 100644 --- 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