Skip to content

Commit 8ef3774

Browse files
committed
copy
1 parent 1c2714a commit 8ef3774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/fusionauth/http/server/HTTPRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ private int getBaseURLServerPort() {
811811

812812
// If we made this far, we have met all conditions for assuming port 443.
813813
// - We are missing the X-Forwarded-Port header, we have an X-Forwarded-Proto header of https, and we have an X-Forwarded-Host
814-
// header value that has not defined a port, and it has defined a port.
814+
// header value that has not defined a port.
815815
return 443;
816816
}
817817
}

0 commit comments

Comments
 (0)