spring-projects / spring-projects/spring-security
SEC-2247: Making AbstractRememberMeServices.getCookiePath() protected
Open
Nobody has claimed this yet.
type: enhancement
type: jira
- Dominant language
- Java
- Stars
- 9.6k
- Forks
- 6.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 52
Description
Igor Kaplansky (Migrated from SEC-2247) said:
It would be nice if getCookiePath(HttpServletRequest request) in AbstractRememberMeServices were protected so that subclasses could override it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating AbstractRememberMeServices and its getCookiePath(HttpServletRequest request) method. Verify how subclasses currently access or override cookie-path behavior; done means the method is protected so subclasses can override it without changing the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100