Skip to content

SEC-3138: Improve / fix JavaDoc for AbstractAuthenticationFilterConfigurer.defaultSuccessUrl(String) #3337

Closed
@spring-projects-issues

Description

@spring-projects-issues

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).

Metadata

Metadata

Assignees

Labels

in: docsAn issue in Documentation or samplestype: enhancementA general enhancementtype: jiraAn issue that was migrated from JIRA

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions