From: Eric Covener Date: Sat, 12 Jul 2014 12:20:44 +0000 (+0000) Subject: vote/promote X-Git-Tag: 2.4.10~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc2ee7f3b7b7385fa9055f3da7750e7d446c2315;p=apache vote/promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1609907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4a5ddfc80d..c8c34c8d08 100644 --- a/STATUS +++ b/STATUS @@ -100,6 +100,16 @@ 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.4.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, ylavic, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -186,23 +196,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: jorton, ylavic, kbrand kbrand: please backport the doc change (r1605829), too - * 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.4.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, ylavic - * mod_ssl: The SNI callback already logs a debug message when the vhost is found or no vhost matches. Log one when no name is provided by the client. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1608284 2.4.x patch: Trunk patch works after "svn resolved docs/log-message-tags" - +1: trawick + +1: trawick, covener OTHER PROPOSALS