Skip to content
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

Remove headers from request adapter logging output that do not affect CORS decision-making #9175

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

tjquinno
Copy link
Member

Description

Resolves #9170

CORS processing uses only a few headers to make its decisions. This PR streamlines which headers are logged (at FINE level) to track the CORS decisions.

Documentation

No impact.

@tjquinno tjquinno self-assigned this Aug 20, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 20, 2024
@tjquinno tjquinno changed the title Remove headers from request adapter output that does not affect CORS decision-making Remove headers from request adapter output that do not affect CORS decision-making Aug 20, 2024
@tjquinno tjquinno changed the title Remove headers from request adapter output that do not affect CORS decision-making Remove headers from request adapter logging output that do not affect CORS decision-making Aug 20, 2024
@tjquinno tjquinno merged commit 18a96f1 into helidon-io:helidon-2.x Aug 21, 2024
12 checks passed
@tjquinno tjquinno deleted the 2.x-cors-headers branch August 21, 2024 00:13
@tjquinno tjquinno linked an issue Aug 21, 2024 that may be closed by this pull request
@barchetta barchetta added the 2.x Issues for 2.x version branch label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Streamline CORS RequestAdapter toString method
2 participants