Hi. If a user is already logged in and if they access /j_spring_security_check or the login entry point url, /login.html, I want to direct them to the default authentication success url, i.e, something like "welcome.html".

Do I need to create a separate filter to intercept the same or is there an inbuilt filter in spring security that handles this?

Thanks in advance.