I've tried overriding
AuthenticationProcessingFilter.onSuccessfulAuthent ication()
with
but that doesn't seem to be doing anything. Has anyone done this before? Thanks!Code:request.getSession().setAttribute(ACEGI_SECURITY_TARGET_URL_KEY,customPage);


