You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2013/10/12 18:51:58 UTC

svn commit: r1531559 - /httpd/httpd/branches/2.4.x/STATUS

Author: breser
Date: Sat Oct 12 16:51:58 2013
New Revision: 1531559

URL: http://svn.apache.org/r1531559
Log:
* STATUS: Nominate changes for PR 55397

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1531559&r1=1531558&r2=1531559&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Oct 12 16:51:58 2013
@@ -194,6 +194,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trunk patches: https://svn.apache.org/r1528718
     2.4.x: trunk works, CHANGES needs to be written when merging
     +1: breser
+  
+  * mod_dav: Fix 55397.  dav_resource->uri treated as unencoded. This was an
+    unnecessary ABI changed introduced in 2.4.6.
+    trunk patches: https://svn.apache.org/r1529559
+                   https://svn.apache.org/r1531505
+    2.4.x: trunk works, CHANGES needs to be written when merging
+    +1: breser
 
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt



Re: svn commit: r1531559 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Ben Reser <be...@reser.org>.
On 10/12/13 2:19 PM, Graham Leggett wrote:
> A quick reminder, these fixes had been back ported to v2.2 as well, would it be possible to propose them there too?

Yes, there are some minor conflicts.  I'm finishing up testing them with 2.2.x,
though I'm about to catch a plane to London, so I might not nominate them today.


Re: svn commit: r1531559 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Graham Leggett <mi...@sharp.fm>.
On 12 Oct 2013, at 17:51, breser@apache.org wrote:

> +  
> +  * mod_dav: Fix 55397.  dav_resource->uri treated as unencoded. This was an
> +    unnecessary ABI changed introduced in 2.4.6.
> +    trunk patches: https://svn.apache.org/r1529559
> +                   https://svn.apache.org/r1531505
> +    2.4.x: trunk works, CHANGES needs to be written when merging
> +    +1: breser

A quick reminder, these fixes had been back ported to v2.2 as well, would it be possible to propose them there too?

Regards,
Graham
--