This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit ed6517e748f18aacb2d3e0514c09cea8a86fc499 Author: Benjamin Marwell <[email protected]> AuthorDate: Tue Sep 14 22:02:20 2021 +0200 Move a few blog posts, fix anonymous author --- 2011/03/14/infoq-article-on-apache-shiro.html | 1 - .../the-new-rbac-resource-based-access-control.html | 5 ----- 2011/06/30/apache-shiro-login-demo.html | 4 ---- 2013/05/30/apache-shiro-122-released.md | 15 --------------- .../2011/03/14/infoq-article-on-apache-shiro.adoc | 9 +++++++++ .../the-new-rbac-resource-based-access-control.adoc | 12 ++++++++++++ .../blog/2011/06/30/apache-shiro-login-demo.adoc | 11 +++++++++++ .../blog/2013/05/30/apache-shiro-122-released.adoc | 20 ++++++++++++++++++++ jbake/templates/index.ftl | 2 +- 9 files changed, 53 insertions(+), 26 deletions(-) diff --git a/2011/03/14/infoq-article-on-apache-shiro.html b/2011/03/14/infoq-article-on-apache-shiro.html deleted file mode 100644 index 7aaccc7..0000000 --- a/2011/03/14/infoq-article-on-apache-shiro.html +++ /dev/null @@ -1 +0,0 @@ -<p><a class="external-link" href="https://www.infoq.com/articles/apache-shiro" rel="nofollow">https://www.infoq.com/articles/apache-shiro</a></p> \ No newline at end of file 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 deleted file mode 100644 index aa8494b..0000000 --- a/2011/05/24/the-new-rbac-resource-based-access-control.html +++ /dev/null @@ -1,5 +0,0 @@ -<p>Hi Shiro community,</p> - -<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="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 diff --git a/2011/06/30/apache-shiro-login-demo.html b/2011/06/30/apache-shiro-login-demo.html deleted file mode 100644 index 46159a1..0000000 --- a/2011/06/30/apache-shiro-login-demo.html +++ /dev/null @@ -1,4 +0,0 @@ -<p><a class="external-link" href="http://raibledesigns.com/" rel="nofollow">Matt Raible</a> has posted a really nice blog article and video demonstrating a login use case with Apache Shiro. Check out the <a class="external-link" href="http://raibledesigns.com/rd/entry/java_web_application_security_part2" rel="nofollow">Java Web Application Security - Part III: Apache Shiro Login Demo</a> blog post and the video:</p> - - -<object width="480" height="390"><param valuetype="data" name="movie" value="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0"><param valuetype="data" name="allowFullScreen" value="true"><param valuetype="data" name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></object> \ No newline at end of file diff --git a/2013/05/30/apache-shiro-122-released.md b/2013/05/30/apache-shiro-122-released.md deleted file mode 100644 index 9a0cb5f..0000000 --- a/2013/05/30/apache-shiro-122-released.md +++ /dev/null @@ -1,15 +0,0 @@ -title: Apache Shiro 1.2.2 Released - -Dear Apache Shiro Community, - -The Shiro team is pleased to announce the release of Apache Shiro version 1.2.2. This is the second bug fix point release after 1.2.0. - -This release includes <a class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12323469">18 bug fixes</a> since the 1.2.1 release and is available for <a href="../../../download.html" title="Download">Download</a> now. - -All binaries (.jars) are available in Maven Central already. Please note that the Apache mirrors are still updating to reflect the source distribution, but some mirrors may not be updated yet. If a mirror download link does not work, please try another or wait another 12 to 24 hours. - -For more information on Shiro 1.2, please read the "<a class="external-link" href="https://stormpath.com/blog/whats-new-apache-shiro-12" rel="nofollow">What's new in Apache Shiro 1.2?</a>" article or the previous <a class="external-link" href="../../../2012/01/24/apache-shiro-120-released.html">1.2 release announcement</a>. - -Enjoy! - -The Apache Shiro Team \ No newline at end of file diff --git a/jbake/content/blog/2011/03/14/infoq-article-on-apache-shiro.adoc b/jbake/content/blog/2011/03/14/infoq-article-on-apache-shiro.adoc new file mode 100644 index 0000000..a0f3675 --- /dev/null +++ b/jbake/content/blog/2011/03/14/infoq-article-on-apache-shiro.adoc @@ -0,0 +1,9 @@ += infoq article on Apache Shiro +:jbake-date: 2011-03-14 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: + + +link:https://www.infoq.com/articles/apache-shiro[https://www.infoq.com/articles/apache-shiro] diff --git a/jbake/content/blog/2011/05/24/the-new-rbac-resource-based-access-control.adoc b/jbake/content/blog/2011/05/24/the-new-rbac-resource-based-access-control.adoc new file mode 100644 index 0000000..80ea5b5 --- /dev/null +++ b/jbake/content/blog/2011/05/24/the-new-rbac-resource-based-access-control.adoc @@ -0,0 +1,12 @@ += The new role-based vs resource-based access control +:jbake-date: 2011-05-24 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: + +Hi Shiro community, + +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: + +link:https://stormpath.com/blog/new-rbac-resource-based-access-control[The New RBAC: Resource-Based Access Control] diff --git a/jbake/content/blog/2011/06/30/apache-shiro-login-demo.adoc b/jbake/content/blog/2011/06/30/apache-shiro-login-demo.adoc new file mode 100644 index 0000000..d75f96e --- /dev/null +++ b/jbake/content/blog/2011/06/30/apache-shiro-login-demo.adoc @@ -0,0 +1,11 @@ += Apache Shiro Login Demo +:jbake-date: 2011-06-30 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog, youtube, video +:idprefix: + +link:http://raibledesigns.com/[Matt Raible,role="external external-link",rel=external] has posted a really nice blog article and video demonstrating a login use case with Apache Shiro. +Check out the link:http://raibledesigns.com/rd/entry/java_web_application_security_part2["Java Web Application Security - Part III: Apache Shiro Login Demo",role="external"] blog post and the video: + +video::4LD4mF5ex2U[youtube,title="Java EE Security Demo",width=800,height=600,lang=en] diff --git a/jbake/content/blog/2013/05/30/apache-shiro-122-released.adoc b/jbake/content/blog/2013/05/30/apache-shiro-122-released.adoc new file mode 100644 index 0000000..4fd596e --- /dev/null +++ b/jbake/content/blog/2013/05/30/apache-shiro-122-released.adoc @@ -0,0 +1,20 @@ += Apache Shiro 1.2.2 Released +:jbake-date: 2013-05-30 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog, asciidoc +:idprefix: + +Dear Apache Shiro Community, + +The Shiro team is pleased to announce the release of Apache Shiro version 1.2.2. This is the second bug fix point release after 1.2.0. + +This release includes link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12323469[18 bug fixes] since the 1.2.1 release and is available for link:/download.html[Download] now. + +All binaries (.jars) are available in Maven Central already. Please note that the Apache mirrors are still updating to reflect the source distribution, but some mirrors may not be updated yet. If a mirror download link does not work, please try another or wait another 12 to 24 hours. + +For more information on Shiro 1.2, please read the link:https://stormpath.com/blog/whats-new-apache-shiro-12[What's new in Apache Shiro 1.2?] article or the previous link:/2012/01/24/apache-shiro-120-released.html[1.2 release announcement]. + +Enjoy! + +The Apache Shiro Team diff --git a/jbake/templates/index.ftl b/jbake/templates/index.ftl index a2a3ac1..ddd374c 100644 --- a/jbake/templates/index.ftl +++ b/jbake/templates/index.ftl @@ -120,7 +120,7 @@ <#if (post.status == "published")> <div> <a href="${post.uri}"><small><h4>${post.title}</h4></small></a> - <p><small>by ${post.author } on ${post.date?string("yyyy-MM-dd")}</small></p> + <p><small>by ${(post.author)!"The Apache Shiro Team"} on ${post.date?string("yyyy-MM-dd")}</small></p> </div> </#if> </#list>
