You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/09/03 20:06:33 UTC

[shiro-site] 01/02: [Jbake][Posts] Port v1.7.0

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 ccf56f09585a32e720b9216b43f3bc7751531cf4
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Sep 3 22:02:36 2021 +0200

    [Jbake][Posts] Port v1.7.0
---
 jbake/content/blog/2020/v1.7.0.asciidoc | 29 +++++++++++++++++++++++++++++
 jbake/templates/index.ftl               |  2 +-
 news.html                               | 33 ---------------------------------
 3 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/jbake/content/blog/2020/v1.7.0.asciidoc b/jbake/content/blog/2020/v1.7.0.asciidoc
new file mode 100644
index 0000000..77d235d
--- /dev/null
+++ b/jbake/content/blog/2020/v1.7.0.asciidoc
@@ -0,0 +1,29 @@
+= 1.7.0 available with fix CVE-2020-17510
+François Papon
+2020-10-29
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, asciidoc
+:idprefix:
+
+The Shiro team is pleased to announce the release of Apache Shiro version 1.7.0. This is a feature release for 1.x.
+
+This release includes 7 issues resolved since the 1.6.0 release and is available for Download now.
+
+Of Note:
+
+* Disable session path rewriting by default.
+* Add system property to enable backslash path normalization.
+* DeleteMe cookie should use the defined "sameSite".
+* Also add cookie SameSite option to Spring.
+* SslFilter with HTTP Strict Transport Security (HSTS).
+
+You can learn more on https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20fixVersion%20%3D%201.7.0[Jira].
+
+Release binaries (``.jar``s) are also available through Maven Central and source bundles through Apache distribution mirrors.
+
+For more information on link:/documentation.html[Shiro, please read the documentation].
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/jbake/templates/index.ftl b/jbake/templates/index.ftl
index 3569d1f..a2a3ac1 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>${post.date?string("yyyy-MM-dd")}</small></p>
+            <p><small>by ${post.author  } on ${post.date?string("yyyy-MM-dd")}</small></p>
           </div>
           </#if>
         </#list>
diff --git a/news.html b/news.html
index 0a7b140..301f6e5 100644
--- a/news.html
+++ b/news.html
@@ -14,39 +14,6 @@ For more information on Shiro, please read the documentation.</p>
 <div class="blog-post-listing">
 
     <div class="logo-heading-block">
-        <a class="blogHeading" id="1.7.0-released" href="#1.7.0-released">Apache Shiro 1.7.0 Released</a>
-    </div>
-
-    <div class="news-content">
-        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.7.0. This is a feature release for 1.x.</p>
-
-        <p>This release includes 7 issues resolved since the 1.6.0 release and is available for Download now.</p>
-
-        <p>Of Note:
-        <ul>
-            <li>Disable session path rewriting by default.</li>
-            <li>Add system property to enable backslash path normalization.</li>
-            <li>DeleteMe cookie should use the defined "sameSite".</li>
-            <li>Also add cookie SameSite option to Spring.</li>
-            <li>SslFilter with HTTP Strict Transport Security (HSTS).</li>
-        </ul>
-
-        You can learn more on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20fixVersion%20%3D%201.7.0" target="_blank">Jira</a>
-        </p>
-
-        <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p>
-
-        <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p>
-
-        <p>Enjoy!</p>
-
-        <p>The Apache Shiro Team</p>
-    </div>
-</div>
-
-<div class="blog-post-listing">
-
-    <div class="logo-heading-block">
         <a class="blogHeading" id="1.6.0-released" href="#1.6.0-released">Apache Shiro 1.6.0 Released</a>
     </div>