}
// Intercept the request, but remember the target for later.
// Invoke Component.continueToOriginalDestination() after successful logon to
// continue with the target remembered.
throw new RestartResponseAtInterceptPageException(SignIn2.class);
}
// okay to proceed
return true;
}