You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2011/05/13 16:53:14 UTC

svn propchange: r878627 - svn:log

Author: pburba
Revision: 878627
Modified property: svn:log

Modified: svn:log at Fri May 13 14:53:14 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 13 14:53:14 2011
@@ -1,15 +1,15 @@
-Follow-up to r22605 and r38533.
+Follow-up to r862679 and r878607.
 
 'dav_svn__location_header_filter' is no-op prior to this commit, I mean
 still clients originating the commit are seeing the Location response headers
 with Master URI.
 
-I believe this code was working well prior to r22605 where the code did the
+I believe this code was working well prior to r862679 where the code did the
 opposite of what was there in the associated doc and the log.
 
-In r38533 filter function was returning 'APR_SUCCESS' but that causes failure,
-reinstating the original 'return ap_pass_brigade(f->next, bb);' makes thing
-working.
+In r878607 filter function was returning 'APR_SUCCESS' but that causes 
+failure, reinstating the original 'return ap_pass_brigade(f->next, bb);' 
+makes thing working.
 
 This commit changes the Location header from the Master and changes the same
 with the proxy server URI.