You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/09/16 18:05:44 UTC

svn commit: r997815 - /subversion/branches/1.6.x/STATUS

Author: cmpilato
Date: Thu Sep 16 16:05:44 2010
New Revision: 997815

URL: http://svn.apache.org/viewvc?rev=997815&view=rev
Log:
Propose r997457, r997466, and r996884 for backport to 1.6.x.

Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=997815&r1=997814&r2=997815&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu Sep 16 16:05:44 2010
@@ -171,6 +171,34 @@ Candidate changes:
    Votes:
      +1: kameshj
 
+ * r997457, r997466
+   Fix some error transmission problems in svnserve.
+   Justification:
+     It's hard to automatically react to a particular error code when
+     you can't accurately receive it from the server.
+   Notes:
+     r997457 fixes svnserve to send only the "real" error across the
+     wire in places where there is more than one level of magic
+     wrapping errors.
+     r997466 teaches the client to forgive still-broken servers by
+     ignoring wrapping errors and digging down to find the "real"
+     error itself.  And forgiveness is, as they say, divine.
+   Branch:
+     ^/subversion/branches/1.6.x-r997457
+   Votes:
+     +1: cmpilato
+
+ * r996884
+   Hide unreadable directory children in mod_dav_svn's GET response.
+   Justification:
+     We might as well be as tight security-wise as we can, even if
+     we've publicly stated for years that this was an expected leak of
+     information.  Not showing unreadable subdirs, for example, prevents
+     folks from clicking that sucker in the browser only to get an authz
+     failure.
+   Votes:
+     +1: cmpilato
+
 Veto-blocked changes:
 =====================