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 ]
+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