You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
I think i found a bug in the method "isExpired(int threshold)" in com.ibm.sbt.core/src/main/java/com/ibm/sbt/security/authentication/oauth/consumer/AccessToken.java
The problem is, that the log calls a method of a null object in my case. So I get a NullPointerException.
Has anyone a solution or a way to solve it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Guys,
I think i found a bug in the method "isExpired(int threshold)" in com.ibm.sbt.core/src/main/java/com/ibm/sbt/security/authentication/oauth/consumer/AccessToken.java
The problem is, that the log calls a method of a null object in my case. So I get a NullPointerException.
Has anyone a solution or a way to solve it?
The text was updated successfully, but these errors were encountered: