This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new a6740cc06 more web fixes
a6740cc06 is described below
commit a6740cc06345076e5167f045d07d574375dbc8cd
Author: lprimak <[email protected]>
AuthorDate: Sun Aug 25 16:13:01 2024 -0500
more web fixes
---
.well-known/security.txt | 2 +-
feed.xml | 2 +-
web.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index dc30fd5c6..a0bebd4ab 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2025-08-25T21:09:47Z
+Expires: 2025-08-25T21:12:43Z
Preferred-Languages: en
Canonical: https://shiro.apache.org/.well-known/security.txt
Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
index c2bb011d0..27fee70b6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
<subtitle>Simple. Java. Security.</subtitle>
<link href="https://shiro.apache.org/"/>
<link rel="self" href="https://shiro.apache.org/feed.xml" />
- <updated>2024-08-25T21:09:50Z</updated>
+ <updated>2024-08-25T21:12:46Z</updated>
<author>
<name>Les Hazlewood</name>
diff --git a/web.html b/web.html
index 4ab0c6e4b..76dd86c7e 100644
--- a/web.html
+++ b/web.html
@@ -1119,7 +1119,7 @@ securityManager.sessionManager.sessionIdCookie.domain =
foo.com</code></pre>
</div>
</div>
<div class="paragraph">
-<p>See the <a
href="static/current/shiro-web/apidocs/org/apache/shiro/web/servlet/SimpleCookie.html">SimpleCookie
JavaDoc</a> for additional properties.</p>
+<p>See the <a
href="static/current/apidocs/shiro-web/org/apache/shiro/web/servlet/SimpleCookie.html">SimpleCookie
JavaDoc</a> for additional properties.</p>
</div>
<div class="paragraph">
<p>The cookie’s default name is <code>JSESSIONID</code> in accordance
with the servlet specification. Additionally, Shiro’s cookie supports the
<a
href="https://en.wikipedia.org/wiki/HTTP_cookie#HttpOnly_cookie"><code>HttpOnly</code></a>
and <a
href="https://en.wikipedia.org/wiki/HTTP_cookie#Same-site_cookie"><code>SameSite</code></a>
flags. The <code>sessionIdCookie</code> sets <code>HttpOnly</code> to
<code>true</code> and <code>SameSite</code> to <code>LAX</code> by defaul [...]