Skip to content

Commit e39b39d

Browse files
ximinghuijzheaux
authored andcommitted
Corrected Reference to HttpServletRequest#authenticate
1 parent d2e8c19 commit e39b39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/integrations/servlet-api.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ The following section describes the Servlet 3 methods with which Spring Security
9090

9191

9292
[[servletapi-authenticate]]
93-
=== HttpServletRequest.authenticate(HttpServletRequest,HttpServletResponse)
94-
You can use the https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#authenticate%28javax.servlet.http.HttpServletResponse%29[`HttpServletRequest.authenticate(HttpServletRequest,HttpServletResponse)`] method to ensure that a user is authenticated.
93+
=== HttpServletRequest.authenticate(HttpServletResponse)
94+
You can use the https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#authenticate%28javax.servlet.http.HttpServletResponse%29[`HttpServletRequest.authenticate(HttpServletResponse)`] method to ensure that a user is authenticated.
9595
If they are not authenticated, the configured `AuthenticationEntryPoint` is used to request the user to authenticate (redirect to the login page).
9696

9797

0 commit comments

Comments
 (0)