You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ka...@apache.org on 2010/03/02 09:42:42 UTC

svn propchange: r917523 - svn:log

Author: kameshj
Revision: 917523
Modified property: svn:log

Modified: svn:log at Tue Mar  2 08:42:42 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Mar  2 08:42:42 2010
@@ -13,13 +13,13 @@
 Write through proxy is *not* happening and commit happens *directly* inside the slave.
 
 * subversion/mod_dav_svn/mirror.c
-(proxy_request_fixup): URI encode the to be proxied file name.
-(dav_svn__proxy_request_fixup): r->unparsed_uri is in url encoded form while
-root_dir is not in encoded form. So use r->uri to compare with root_dir.
-(dav_svn__location_in_filter): URL Encode the 'find & replace' urls as
-the request body has it in url encoded format.
-(dav_svn__location_header_filter): Encode the master_uri as the response from
-master has the Location header url encoded already. Set the outgoing Location
-header url encoded.
-(dav_svn__location_body_filter): URL Encode the 'find & replace' urls as
-the response body has it in url encoded format.
+  (proxy_request_fixup): URI encode the to be proxied file name.
+  (dav_svn__proxy_request_fixup): r->unparsed_uri is in url encoded form while
+    root_dir is not in encoded form. So use r->uri to compare with root_dir.
+  (dav_svn__location_in_filter): URL Encode the 'find & replace' urls as
+    the request body has it in url encoded format.
+  (dav_svn__location_header_filter): Encode the master_uri as the response from
+    master has the Location header url encoded already. Set the outgoing Location
+    header url encoded.
+  (dav_svn__location_body_filter): URL Encode the 'find & replace' urls as
+    the response body has it in url encoded format.