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

Make logback access logging work with Jetty 12 #760

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

kiefermat
Copy link

This change extends the ServerAdapter class in logback-access to completely encapsulate the request and response objects. The AccessEvent then only uses the ServerAdapter to get the necessary data from the request and response objects. This allows for a separate implementation for jetty 12 where the Request and the Response class do no longer inherit from HttpServletRequest and HttpServletResponse.

Fixes #719

@kiefermat kiefermat force-pushed the logback_jetty12 branch 4 times, most recently from f58effd to eb3a88b Compare January 4, 2024 09:14
@ceki ceki changed the base branch from master to kiefermat_logback_jetty12 January 19, 2024 13:53
@ceki ceki closed this Jan 19, 2024
@ceki ceki reopened this Jan 19, 2024
@ceki ceki merged commit 815c3a3 into qos-ch:kiefermat_logback_jetty12 Jan 19, 2024
0 of 7 checks passed
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.

Make logback access logging work with Jetty 12
2 participants