spring-projects / spring-projects/spring-session
SessionRepositoryFilter Javadoc shows the class extends java.lang.Object and not OncePerRequestFilter
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
In reviewing (first) the 2.0.5.RELEASE (and then (double checking) 2.0.6.RELEASE) Javadoc for SessionRepositoryFilter, I noticed that it oddly extends java.lang.Object and not o.s.session.web.http.OncePerRequestFilter, as it clearly does.
I have not dug into the reason for this and I am also not certain if any other Spring Session API classes are affected by this issue.
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 with the SessionRepositoryFilter source in spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java and compare its declaration with the generated 2.0.6.RELEASE Javadoc. Trace the Javadoc generation configuration or entry point to determine why the superclass is rendered as java.lang.Object; done means the generated API documentation shows OncePerRequestFilter correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100