-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix IndexOutOfBoundsException
exception when decoding jwt header
#1823
Fix IndexOutOfBoundsException
exception when decoding jwt header
#1823
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1823 +/- ##
============================================
+ Coverage 81.69% 81.70% +0.01%
Complexity 562 562
============================================
Files 393 393
Lines 21352 21354 +2
Branches 4783 4784 +1
============================================
+ Hits 17443 17447 +4
Misses 2921 2921
+ Partials 988 986 -2 ☔ View full report in Codecov by Sentry. |
6e27d5f
to
d3833f3
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ballerina-tests/http-interceptor-tests/tests/interceptors_basic_tests.bal
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
$subject
Related to ballerina-platform/ballerina-library#5856
Examples
Checklist