소스 검색

SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()

Rob Winch 10 년 전
부모
커밋
4dcc89fab0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/manual/src/asciidoc/index.adoc

+ 1 - 1
docs/manual/src/asciidoc/index.adoc

@@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
     http
     http
       // ...
       // ...
       .headers()
       .headers()
-        .hsts();
+        .httpStrictTransportSecurity();
   }
   }
 }
 }
 ----
 ----