From 61ece2856122ea273f68929dd9122a71555fea83 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 12 Dec 2018 12:28:41 +0000 Subject: [PATCH] anotated --- Yavsc/AuthorizationHandlers/ViewFileHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Yavsc/AuthorizationHandlers/ViewFileHandler.cs b/Yavsc/AuthorizationHandlers/ViewFileHandler.cs index e615f944..dfc6a607 100644 --- a/Yavsc/AuthorizationHandlers/ViewFileHandler.cs +++ b/Yavsc/AuthorizationHandlers/ViewFileHandler.cs @@ -10,6 +10,7 @@ namespace Yavsc.ViewModels.Auth.Handlers if (fileContext.Path.StartsWith("/pub/")) context.Succeed(requirement); else { + // TODO use "/blog/{num}/" path to link to blog access list context.Succeed(requirement); } }