From 6e45a376cdb70b835aedf6d3111031641fbb80cd Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 11 Mar 2022 13:09:27 -0600 Subject: [PATCH] Remove "Hi ... there" From Docs Close gh-10963 --- .../modules/ROOT/pages/servlet/authentication/architecture.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/architecture.adoc b/docs/modules/ROOT/pages/servlet/authentication/architecture.adoc index ea61488c57..6b8ec271d5 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/architecture.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/architecture.adoc @@ -19,8 +19,6 @@ This also gives a good idea of the high level flow of authentication and how pie [[servlet-authentication-securitycontextholder]] == SecurityContextHolder -Hi {figures} there - At the heart of Spring Security's authentication model is the `SecurityContextHolder`. It contains the <>.