-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add support for logback-access v2 #407
Conversation
104722c
to
20fd5e5
Compare
/** | ||
* Request wrapper that implements Servlet API. | ||
*/ | ||
class RequestWrapper(private val request: Request) : HttpServletRequest, WrappedHttpRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not a maintainer of this project but It might be a better idea to ask the logback people to make their RequestWrapper
constuctor public.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late response.
Thank you for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
v4.2.0 has been released! 🎉 It will be available in the Maven Central repository soon. |
Describe the changes