Skip to content

Relax final method implementations on AbstractRememberMeServices #12145

Closed
@okohub

Description

@okohub

Expected Behavior

AbstractRememberMeServices implemented RememberMeServices methods with final modifier. This actually blocks overriding these methods. We can relax strictness on method implementations for further extensions.

Current Behavior

Any class that extends AbstractRememberMeServices can not override RememberMeServices methods.

Context

Is this behaviour necessary? I am not seeing any advantage for making these methods final, on an "abstract" service.

I can submit a PR for this.

Metadata

Metadata

Assignees

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions