Skip to content

Commit 97a607e

Browse files
authored
Merge pull request #70 from codespearhead/update/correct-statement-in-faq
update: this line is inconsistent with docs in v1
2 parents 24c1fdd + 2dfe674 commit 97a607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ RequestHeader set X-Forwarded-Prefix "/custom-path"
264264
server.use-forward-headers=true
265265
----
266266
* If this is not enough, Spring Framework provides a `ForwardedHeaderFilter`. You can register it as a Servlet Filter in your application by setting server.forward-headers-strategy is set to FRAMEWORK.
267-
* Since Spring Boot 3.2, this is the new property to handle reverse proxy headers:
267+
* Since Spring Boot 2.2, this is the new property to handle reverse proxy headers:
268268

269269
[source,properties]
270270
----

0 commit comments

Comments
 (0)