spring-session
spring-session copied to clipboard
SessionRepositoryFilter Javadoc shows the class extends java.lang.Object and not OncePerRequestFilter
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.
I guess the reason why OncePerRequestFilter isn't rendered in Javadoc is that it's package-private.