You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/08/27 00:55:22 UTC

[shiro-site] 02/02: Adding includes to top of securitymanager.md.vtl

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit b0eebfc4038a9c73c44c7d169ddf9497ebc58e0a
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Aug 26 20:55:12 2021 -0400

    Adding includes to top of securitymanager.md.vtl
    
    This was one of those expensive lines, I had no idea why the tags were not getting rendered.
    
    I'm guessing there is some state in `scms` that once the includes macro's get added they rendered even in other files
    And if you process the files in a different order that could cause problems (just a guess)
---
 securitymanager.md.vtl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/securitymanager.md.vtl b/securitymanager.md.vtl
index 3c48a04..f898df8 100644
--- a/securitymanager.md.vtl
+++ b/securitymanager.md.vtl
@@ -1,3 +1,5 @@
+#parse("templates/includes.vtl")
+
 <a name="SecurityManager-UnderstandingtheSecurityManagerinApacheShiro"></a>
 Understanding the SecurityManager in Apache Shiro
 =================================================