This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch ee-session-tracking
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/ee-session-tracking by this
push:
new 8191f697b enh: note version requirement for session tracking
parameters in Jakarta EE module docs
8191f697b is described below
commit 8191f697bd20046315ec3f13c0492cf49b03caa4
Author: lprimak <[email protected]>
AuthorDate: Thu Oct 2 18:34:32 2025 -0500
enh: note version requirement for session tracking parameters in Jakarta EE
module docs
---
src/site/content/jakarta-ee.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/site/content/jakarta-ee.adoc b/src/site/content/jakarta-ee.adoc
index 3d20d9ab4..faad8b377 100644
--- a/src/site/content/jakarta-ee.adoc
+++ b/src/site/content/jakarta-ee.adoc
@@ -182,6 +182,7 @@ The module adds `ShiroFilter` to the Servlet configuration.
For most cases, the
----
Ordinarily, Jakarta EE integration module will remove URL session tracking
mode from the configuration, overriding any other session tracking
configuration specified in `web.xml`. This is to align with good security
practices. If URL tracking mode is desired, add the following to `web.xml`:
[source,xml]
+.Note: this parameter is only available in Shiro 2.0.6 or later
----
<context-param>
<param-name>org.apache.shiro.ee.enable-url-session-tracking</param-name>
@@ -190,6 +191,7 @@ Ordinarily, Jakarta EE integration module will remove URL
session tracking mode
----
If no manipulation of session tracking modes is desired at all, add the
following to `web.xml`:
[source,xml]
+.Note: this parameter is only available in Shiro 2.0.6 or later
----
<context-param>
<param-name>org.apache.shiro.ee.session-tracking-configuration.disabled</param-name>