mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-16 15:23:31 +00:00
Corrected method name in comment.
This commit is contained in:
parent
3c9008ea06
commit
809c962d3b
@ -486,7 +486,7 @@ public class HttpSessionContextIntegrationFilter implements InitializingBean, Fi
|
||||
/**
|
||||
* Takes the parameters required to call <code>storeSecurityContextInSession()</code> in
|
||||
* addition to the response object we are wrapping.
|
||||
* @see HttpSessionContextIntegrationFilter#storeSecurityContextInSession(SecurityContext, ServletRequest, boolean, int)
|
||||
* @see HttpSessionContextIntegrationFilter#storeSecurityContextInSession(SecurityContext, HttpServletRequest, boolean, int)
|
||||
*/
|
||||
public OnRedirectUpdateSessionResponseWrapper(HttpServletResponse response,
|
||||
HttpServletRequest request,
|
||||
|
Loading…
x
Reference in New Issue
Block a user