-
Notifications
You must be signed in to change notification settings - Fork 626
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 Basic authentication scope validation faulty #12090
Fix Basic authentication scope validation faulty #12090
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #12090 +/- ##
============================================
+ Coverage 37.60% 42.01% +4.41%
- Complexity 2547 3196 +649
============================================
Files 1812 1813 +1
Lines 133643 133680 +37
Branches 19316 19325 +9
============================================
+ Hits 50258 56168 +5910
+ Misses 76839 70774 -6065
- Partials 6546 6738 +192
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,25 @@ | |||
package org.wso2.carbon.apimgt.impl.notifier.events; |
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.
Missing licence headers
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.
Fixed in 4cfe1d0
f18c0f2
to
4cfe1d0
Compare
Fix wso2/api-manager#1987