From eeef91498a0365f4188967b6f23faa5140089f01 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 19 Nov 2014 13:31:09 -0600 Subject: [PATCH] SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts() --- docs/manual/src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/asciidoc/index.adoc b/docs/manual/src/asciidoc/index.adoc index e7bfed7e59..e13046f6ef 100644 --- a/docs/manual/src/asciidoc/index.adoc +++ b/docs/manual/src/asciidoc/index.adoc @@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends http // ... .headers() - .hsts(); + .httpStrictTransportSecurity(); } } ----