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
|
* Takes the parameters required to call <code>storeSecurityContextInSession()</code> in
|
||||||
* addition to the response object we are wrapping.
|
* 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,
|
public OnRedirectUpdateSessionResponseWrapper(HttpServletResponse response,
|
||||||
HttpServletRequest request,
|
HttpServletRequest request,
|
||||||
|
|
Loading…
Reference in New Issue