Skip to content

Commit 3079ffa

Browse files
committed
rebuild site
1 parent 082d6c9 commit 3079ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/v1/tech/release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ include::docs/v1/tech/__database-migration-warning.adoc[]
117117
** `fusionauth-app.http.cookie-same-site-policy` In most cases, cookies will be written using `SameSite=Lax`, and cookies used by the FusionAuth admin UI utilize `SameSite=Strict`. If you think there would be value in further customizing cookies by name, or security settings such as `SameSite`, please upvote https://github.com/FusionAuth/fusionauth-issues/issues/1414[GitHub Issue #1414] and describe your intended use-case.
118118
** `fusionauth-app.management.port` This was an Apache Tomcat specific port that is no longer required.
119119
** `fusionauth-app.ajp.port` is now deprecated, this was an Apache Tomcat specific binary protocol used by Java applications.
120-
** `fusionauth-app.http.relaxed-path-chars` This option was not likely documented or in-use by anyone.
120+
** `fusionauth-app.http.relaxed-path-chars` This option was not likely documented or in-use by anyone.
121121
** `fusionauth-app.http.relaxed-query-chars` This option was not likely documented or in-use by anyone.
122122
* FastPath and normal startup commands have changed. For example, starting FusionAuth based upon Apache Tomcat used `catalina.sh` or `catalina.bat`, the startup process will now use `start.sh`. See install documentation for more details.
123123
* When using the FusionAuth Docker image with MySQL, you will need to bundle the MySQL connector jar in the image, or add a layer to the stock FusionAuth image to ensure that `curl` is installed so that the MySQL connector jar can be downloaded it during startup. It is recommended that you build the connector into the image. See our example https://github.com/FusionAuth/fusionauth-containers/tree/master/docker/fusionauth/fusionauth-app-mysql[Dockerfile] on GitHub for an example.

0 commit comments

Comments
 (0)