Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] To all users of AbstractAdapterCredentialsFilter

Dear Lyo users,

If you utilized org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter in your applications by subclassing it, we’d appreciate your feedback on https://github.com/eclipse/lyo/pull/362.

The PR fixes a bug where some information was stored in the request, and some in the session, while the Javadoc declared that all information was session-stored. The class comes with getters like getConnector, getCredentials etc. The problem may only occur if your code is not using these getters and is accessing the HttpServletRequest object directly instead. 

–Andrew.


Back to the top