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
I receive StringOutOfIndexException from SpnegoProvider, if the response of my REST API status code is 401.
If I put "WWW-Authenticate" header and return response with 401 status code, SpnegoProvider does not throw StringIndexOutOfBoundsException anymore. Everything works just fine. Details will be found in the StackOverflow.
The text was updated successfully, but these errors were encountered:
mfh-114
changed the title
SpnegoProvider throws StringOutOfIndexException, if status code of the response is 401
SpnegoProvider throws StringOutOfIndexException, if the status code of the response is 401
Dec 24, 2022
I receive StringOutOfIndexException from SpnegoProvider, if the response of my REST API status code is 401.
If I put "WWW-Authenticate" header and return response with 401 status code, SpnegoProvider does not throw StringIndexOutOfBoundsException anymore. Everything works just fine. Details will be found in the StackOverflow.
Is it a bug?
Note:
I am using spnego-r9.jar. Because it is forked from
https://sourceforge.net/projects/spnego/, I am informed the issue here. If it is not related, please close the issue.
The text was updated successfully, but these errors were encountered: