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

[4.x] Remove headers that do not affect CORS decision-making from request adapter logging output #9178

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

tjquinno
Copy link
Member

Description

Resolves #9172

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 doc impact.

@tjquinno tjquinno requested review from spericas and barchetta August 21, 2024 00:12
@tjquinno tjquinno self-assigned this Aug 21, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 21, 2024
@tjquinno tjquinno merged commit ef4e963 into helidon-io:main Aug 21, 2024
44 checks passed
@tjquinno tjquinno deleted the 4.x-cors-header-fix branch August 21, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[4.x] Streamline CORS RequestAdapter toString method
2 participants