Repository: shiro-site Updated Branches: refs/heads/master 9c2964d31 -> 17a52e37c
fixed dead link in blog post Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/17a52e37 Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/17a52e37 Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/17a52e37 Branch: refs/heads/master Commit: 17a52e37ccc1d62e88751783763477d65ecbe166 Parents: 9c2964d Author: Brian Demers <[email protected]> Authored: Wed Sep 14 15:35:30 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Wed Sep 14 15:35:30 2016 -0400 ---------------------------------------------------------------------- 2011/05/24/the-new-rbac-resource-based-access-control.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro-site/blob/17a52e37/2011/05/24/the-new-rbac-resource-based-access-control.html ---------------------------------------------------------------------- diff --git a/2011/05/24/the-new-rbac-resource-based-access-control.html b/2011/05/24/the-new-rbac-resource-based-access-control.html index debdbfe..aa8494b 100644 --- a/2011/05/24/the-new-rbac-resource-based-access-control.html +++ b/2011/05/24/the-new-rbac-resource-based-access-control.html @@ -2,4 +2,4 @@ <p>The following article helps explain the differences in role-based vs resource-based access control and why Shiro's permission construct (which is based on resources) can be much better for an application:</p> -<p><a class="external-link" href="http://www.katasoft.com/blog/2011/05/09/new-rbac-resource-based-access-control" rel="nofollow">The New RBAC: Resource-Based Access Control</a></p> \ No newline at end of file +<p><a class="external-link" href="https://stormpath.com/blog/new-rbac-resource-based-access-control" rel="nofollow">The New RBAC: Resource-Based Access Control</a></p> \ No newline at end of file
