Skip to content

Update tests and make authorization header check for Basic case-insensitive (RFC 7235)#679

Merged
michael-doubez merged 17 commits into
jenkinsci:masterfrom
eva-mueller:housework
Mar 16, 2026
Merged

Update tests and make authorization header check for Basic case-insensitive (RFC 7235)#679
michael-doubez merged 17 commits into
jenkinsci:masterfrom
eva-mueller:housework

Allow basic auth header value start with lower case

50ffb8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 16, 2026 in 1s

76.24% (+1.63%) compared to 3b45d85

View this Pull Request on Codecov

76.24% (+1.63%) compared to 3b45d85

Details

Codecov Report

❌ Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.24%. Comparing base (3b45d85) to head (50ffb8f).
⚠️ Report is 57 commits behind head on master.

Files with missing lines Patch % Lines
...va/org/jenkinsci/plugins/oic/OicSecurityRealm.java 72.72% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #679      +/-   ##
============================================
+ Coverage     74.60%   76.24%   +1.63%     
- Complexity      315      325      +10     
============================================
  Files            33       33              
  Lines          1280     1284       +4     
  Branches        176      178       +2     
============================================
+ Hits            955      979      +24     
+ Misses          241      224      -17     
+ Partials         84       81       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.