We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed318a commit 570a768Copy full SHA for 570a768
spring-session-docs/src/docs/asciidoc/index.adoc
@@ -289,7 +289,7 @@ Any method that returns an `HttpSession` is overridden.
289
All other methods are implemented by `HttpServletRequestWrapper` and delegate to the original `HttpServletRequest` implementation.
290
291
We replace the `HttpServletRequest` implementation by using a servlet `Filter` called `SessionRepositoryFilter`.
292
-The pseudocode belows:
+The following pseudocode shows how it works:
293
294
====
295
[source, java]
0 commit comments