From 4dcc89fab0b535a6b396104cfcb816c6eb0d3bfa 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 495e7ee353..8ddb66f6b2 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(); } } ----