Closed
Description
Oliver Gierke (Migrated from SEC-3138) said:
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
).