spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

SessionRepositoryFilter Javadoc shows the class extends java.lang.Object and not OncePerRequestFilter

Open jxblum opened this issue 7 years ago • 1 comments

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.

jxblum avatar Sep 12 '18 19:09 jxblum

I guess the reason why OncePerRequestFilter isn't rendered in Javadoc is that it's package-private.

izeye avatar Sep 21 '18 03:09 izeye