ExceptionTranslationFilter
will populate the HttpSession
attribute named AbstractAuthenticationProcessingFilter.SPRING_SECURITY_SAVED_REQUEST_KEY
with the requested target URL before calling this method.
Implementations should modify the headers on the ServletResponse
as necessary to commence the authentication process.
@param request that resulted in an AuthenticationException
@param response so that the user agent can begin authentication
@param authException that caused the invocation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|