Skip to content

Commit 1555a5b

Browse files
Correct Spring MVC controller reference
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 83f5dd0 commit 1555a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If you are using a custom authentication mechanism, you might want to <<store-au
148148
=== Storing the `Authentication` manually
149149

150150
In some cases, for example, you might be authenticating a user manually instead of relying on Spring Security filters.
151-
You can use a custom filters or a {spring-framework-reference-url}/web.html#mvc-controller[Spring MVC controller] endpoint to do that.
151+
You can use a custom filters or a {spring-framework-reference-url}web/webmvc/mvc-controller.html[Spring MVC controller] endpoint to do that.
152152
If you want to save the authentication between requests, in the `HttpSession`, for example, you have to do so:
153153

154154
[tabs]

0 commit comments

Comments
 (0)