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

Handle multiple headers with the same name #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Mahoney
Copy link

@Mahoney Mahoney commented Jan 16, 2025

Pushes the fixes in dropwizard/dropwizard#8008
upstream into logback-access, where they probably should be.

Unfortunately HttpGetUtil uses HttpURLConnection, which makes it
hard to write a test for this because HttpURLConnection combines the
headers for you.

Their implementation is the same as the super class

Retain `JettyModernServerAdapter` for backwards compatibility.

Signed-off-by: Robert Elliot <[email protected]>
Pushes the fixes in dropwizard/dropwizard#8008
upstream into logback-access, where they probably should be.

Unfortunately `HttpGetUtil` uses `HttpURLConnection`, which makes it
hard to write a test for this because `HttpURLConnection` combines the
headers for you.

Signed-off-by: Robert Elliot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant