lprimak commented on code in PR #239: URL: https://github.com/apache/shiro-site/pull/239#discussion_r2403714766
########## src/site/content/jakarta-ee.adoc: ########## @@ -180,6 +180,24 @@ The module adds `ShiroFilter` to the Servlet configuration. For most cases, the </filter-mapping> ... other filters ... ---- +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] Review Comment: Added, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
