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
refs #2
The implementation of `jwt:encode` with arrow expressions failed with an NPE.
It does so only when called in a test case as
part of an XQSuite.
Since this module is considered security relevant code
the functon was refactored to be extra sure this will work under all
circumstances.
If the underlying NPE of the XQuery runtime is fixed the implementation can use arrow expressions again.
refs #2
The implementation of `jwt:encode` with arrow expressions failed with an NPE.
It does so only when called in a test case as
part of an XQSuite.
Since this module is considered security relevant code
the functon was refactored to be extra sure this will work under all
circumstances.
If the underlying NPE of the XQuery runtime is fixed the implementation can use arrow expressions again.
No description provided.
The text was updated successfully, but these errors were encountered: