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

Fix #7929 requestlog format string commented default #7931

Merged
merged 1 commit into from Apr 28, 2022

Conversation

prenagha
Copy link
Contributor

Signed-off-by: Padraic Renaghan padraic@renaghan.com

Change the commented default jetty.requestlog.formatString in requestlog.ini to match what the CustomRequestLog code actually does.
Also the current comment mentions %B which is not listed as valid in the documentation - which confused me for a while.
And the %a is missing the format parameter used in the code.

This aligns the comment with the default value, which seems to be the pattern of the values in module default .ini files. Also aligns said comment with format specifiers listed in the online documentation. All of which goes to avoid confusion and questions by folks configuring Jetty requestlog module.

Signed-off-by: Padraic Renaghan <padraic@renaghan.com>
@joakime joakime added this to In progress in Jetty 10.0.10/11.0.10 - 🧊 FROZEN 🥶 via automation Apr 28, 2022
@joakime joakime linked an issue Apr 28, 2022 that may be closed by this pull request
@joakime joakime moved this from In progress to Review in progress in Jetty 10.0.10/11.0.10 - 🧊 FROZEN 🥶 Apr 28, 2022
Jetty 10.0.10/11.0.10 - 🧊 FROZEN 🥶 automation moved this from Review in progress to Reviewer approved Apr 28, 2022
@lachlan-roberts
Copy link
Contributor

Thanks for the PR.

@lachlan-roberts lachlan-roberts merged commit e8c3f08 into jetty:jetty-10.0.x Apr 28, 2022
Jetty 10.0.10/11.0.10 - 🧊 FROZEN 🥶 automation moved this from Reviewer approved to Done Apr 28, 2022
@gregw gregw added this to In progress in Jetty 12.0.ALPHA1 via automation Apr 28, 2022
@gregw
Copy link
Contributor

gregw commented Apr 28, 2022

@lachlan-roberts don't forget to merge forward (or cherry-pick) to 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Correct requestlog formatString commented default
4 participants