Open
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.