Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2A26E200D59 for ; Sun, 10 Dec 2017 21:33:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2894A160C09; Sun, 10 Dec 2017 20:33:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 92357160BF2 for ; Sun, 10 Dec 2017 21:33:33 +0100 (CET) Received: (qmail 61637 invoked by uid 500); 10 Dec 2017 20:33:32 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 61627 invoked by uid 99); 10 Dec 2017 20:33:32 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Dec 2017 20:33:32 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 372213A006D for ; Sun, 10 Dec 2017 20:33:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1817730 - in /subversion/site/publish: ./ docs/release-notes/1.8.html Date: Sun, 10 Dec 2017 20:33:28 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171210203331.372213A006D@svn01-us-west.apache.org> archived-at: Sun, 10 Dec 2017 20:33:34 -0000 Author: danielsh Date: Sun Dec 10 20:33:28 2017 New Revision: 1817730 URL: http://svn.apache.org/viewvc?rev=1817730&view=rev Log: site: Publish r1817659. Modified: subversion/site/publish/ (props changed) subversion/site/publish/docs/release-notes/1.8.html Propchange: subversion/site/publish/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sun Dec 10 20:33:28 2017 @@ -1 +1 @@ -/subversion/site/staging:1815037-1815041,1815121-1815122,1815143,1816503,1816509-1816618,1816773-1816926,1816940-1817033,1817142-1817145 +/subversion/site/staging:1815037-1815041,1815121-1815122,1815143,1816503,1816509-1816618,1816773-1816926,1816940-1817033,1817142-1817145,1817659 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=1817730&r1=1817729&r2=1817730&view=diff ============================================================================== --- subversion/site/publish/docs/release-notes/1.8.html (original) +++ subversion/site/publish/docs/release-notes/1.8.html Sun Dec 10 20:33:28 2017 @@ -601,7 +601,9 @@ never apply.

That's been fixed in this release: Subversion will now error out if a section header contains a repository filesystem path that -either does not begin with a slash or contains two consecutive slashes. +begins with a character other than slash (/), +contains two consecutive slashes, +or ends with a slash. The practical fallout, though, is that your existing authz files might be depending (perhaps unintentionally) on the old behavior and the new behavior could result