From: Yann Ylavic Date: Wed, 9 Jul 2014 14:38:11 +0000 (+0000) Subject: Vote and promote mod_dav fix. X-Git-Tag: 2.2.28~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51848cc1624c767180f182a420a71a5e99ac704;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote mod_dav fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1609180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ad215d21fe7..b66f0ac3264 100644 --- a/STATUS +++ b/STATUS @@ -99,6 +99,17 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * 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 1602338 ^/httpd/httpd/trunk + and add the following CHANGES entry: + *) mod_dav: Fix improper encoding in PROPFIND responses. PR 56480. + +1: breser, rpluem, ylavic + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -115,17 +126,6 @@ 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 1602338 ^/httpd/httpd/trunk - and add the following CHANGES entry: - *) mod_dav: Fix improper encoding in PROPFIND responses. PR 56480. - +1: breser, rpluem - PATCHES/ISSUES THAT ARE STALLED * mod_cache: Realign the cache_quick_handler() to behave identically