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 2013/01/16 20:57:29 UTC

svn commit: r1434356 - /subversion/site/publish/docs/release-notes/1.8.html

Author: cmpilato
Date: Wed Jan 16 19:57:29 2013
New Revision: 1434356

URL: http://svn.apache.org/viewvc?rev=1434356&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  (#repos-listing-authz-support): New section about authz filtering in
    mod_dav_svn's repository list view.

Patch by: Thomas Ã…kesson <thomas.akesson{_AT_}simonsoft.se>
          (Tweaked by me.)

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1434356&r1=1434355&r2=1434356&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Jan 16 19:57:29 2013
@@ -343,6 +343,29 @@ error out on.)</p>
 
 </div>  <!-- authz-fspath-syntax -->
 
+<div class="h4" id="repos-listing-authz-support">
+<h4>Repository listing now honors authz configuration
+  <a class="sectionlink" href="#repos-listing-authz-support"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>When Apache is configured with the <code>SVNParentPath</code>
+directive, the "Collection of Repositories" list will now be filtered
+based on read access to the root of each repository.  Previously, all
+repositories were included in the list even if navigating to a
+repository would be forbidden.  The "Collection of Repositories" will
+now be consistent with the directory lists within repositories.</p>
+
+<p>NOTE: Access to "Collection of Repositories" is <em>not</em>
+restricted by mod_authz_svn, but is instead managed by mod_dav_svn
+itself.  In order to require authentication on this location, the
+location should have "Satisfy All" (which is the default value of this
+directive).  See examples in mod_authz_svn's <a
+href="http://svn.apache.org/repos/asf/subversion/trunk/subversion/mod_authz_svn/INSTALL"
+>INSTALL</a> document for additional details.</p>
+
+</div>  <!-- repos-listing-authz-support -->
+
 <div class="h4" id="verify-issue4129">
 <h4>FSFS 'svnadmin verify' finds mergeinfo-count and predecessor-count discrepancies
   <a class="sectionlink" href="#verify-issue4129"