Skip to content

Commit

Permalink
added system property
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jan 12, 2024
1 parent 0960421 commit 670ce91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/site/content/jakarta-ee.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ During form resubmissions, the original request is replayed, and the response is
<param-value>false</param-value>
</context-param>
----
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)
Expand Down

0 comments on commit 670ce91

Please sign in to comment.