Do not send Authorization header when redirecting after auth by jonesbusy · Pull Request #561 · oras-project/oras-java
Navigation Menu
{{ message }}
oras-project / oras-java Public
- Notifications You must be signed in to change notification settings
- Fork 22
Merged
jonesbusy merged 1 commit intooras-project:mainfrom
Feb 17, 2026Conversation
Copy link
Collaborator
jonesbusy
commented
Feb 17, 2026
jonesbusy
commented
Description
Do not send Authorization header when redirecting after auth
Testing done
mvn clean install
Submitter checklist
- I have read and understood the CONTRIBUTING guide
- I have run
mvn license:update-file-header,mvn spotless:apply,pre-commit run -a,mvn clean installbefore opening the PR
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
Copy link
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.54%. Comparing base (867364d) to head (beca770).
⚠️ Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #561 +/- ## ============================================ + Coverage 87.83% 88.54% +0.70% - Complexity 796 798 +2 ============================================ Files 42 42 Lines 2368 2374 +6 Branches 291 292 +1 ============================================ + Hits 2080 2102 +22 + Misses 175 158 -17 - Partials 113 114 +1
☔ 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.
jonesbusy
marked this pull request as ready for review
jonesbusy
deleted the
feature/do-not-include-auth-header-when-redirect-redoRequest
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment