You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractAuthenticationFilterConfigurer.defaultSuccessUrl(String) currently states it's a shortcut for a call to itself. I assume it's supposed to be a shortcut for defaultSuccessUrl(String, boolean).
Also it would be great to mention that a redirect will be issued. That's probably obvious for seasoned Java developers but I had a few less experienced devs that didn't quite know what they need to do to back this setting with something to work (i.e. usually a controller mapped to that URI and an HTTP method of GET).