Skip to content

Commit 9fed1ac

Browse files
rwinchjzheaux
authored andcommitted
New line per sentence
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
1 parent 9dbe3bd commit 9fed1ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/modules/ROOT/pages/servlet/authentication/session-management.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
Once you have got an application that is xref:servlet/authentication/index.adoc[authenticating requests], it is important to consider how that resulting authentication will be persisted and restored on future requests.
55

6-
This is done automatically by default. If you have a custom filter or controller that is setting the security context, you will need to use a `SecurityContextRepository` to persist it across requests.
6+
This is done automatically by default.
7+
If you have a custom filter or controller that is setting the security context, you will need to use a `SecurityContextRepository` to persist it across requests.
78

89
If you are upgrading from an older version, you may be interested in the `requireExplicitSave` setting that preserves Spring Security 5's default, though note that this is primarily for migration purposes.
910

0 commit comments

Comments
 (0)