From 670ce9168a8fa3bbfcd4d44c17d44789f6a666d9 Mon Sep 17 00:00:00 2001 From: lprimak Date: Thu, 11 Jan 2024 21:45:54 -0600 Subject: [PATCH] added system property --- 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 a52fa9118..fff333ddb 100644 --- a/src/site/content/jakarta-ee.adoc +++ b/src/site/content/jakarta-ee.adoc @@ -318,6 +318,8 @@ During form resubmissions, the original request is replayed, and the response is false ---- +Alternatively, you can set `org.apache.shiro.form-resubmit.secure-cookies` system property in the same manner as above. + By default, form resubmission logic replays the request to the original URI. This works for most cases, but in some deployments, such as certain Docker or Kubernetes, host, port or both need to be modified during resubmission. There are two system properties to allow this: `org.apache.shiro.form-resubmit-host` (String) and `org.apache.shiro.form-resubmit-port` (Integer). ==== Configuring for Tomcat / Jetty (or without Jakarta Faces)