You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/12/07 17:09:44 UTC

svn propchange: r1418322 - svn:log

Author: philip
Revision: 1418322
Modified property: svn:log

Modified: svn:log at Fri Dec  7 16:09:44 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Dec  7 16:09:44 2012
@@ -1,5 +1,6 @@
 * subversion/libsvn_ra_serf/replay.c
-  (svn_ra_serf__replay, svn_ra_serf__replay_range): Replace the session url 
-    string with the request path portion of the url.
+  (svn_ra_serf__replay, svn_ra_serf__replay_range): Use a request path,
+   rather than a full URL, where a path is expected.  This bug showed
+   up as a full URL in the httpd access log.
 
 Patch by: Vijayaguru G <vijay{_AT_}collab.net>