-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Correct requestlog formatString commented default #7929
Labels
Comments
PR in a moment |
prenagha
added a commit
to prenagha/jetty.project
that referenced
this issue
Apr 27, 2022
Signed-off-by: Padraic Renaghan <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Apr 28, 2022
Fix #7929 requestlog format string commented default
@lachlan-roberts needs to be merged to 12 |
lachlan-roberts
pushed a commit
that referenced
this issue
Apr 28, 2022
Signed-off-by: Padraic Renaghan <[email protected]>
done with 24c0e9d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
10.0.9
Java version/vendor
17 Coretto
OS type/version
Mac 12.3.1
Description
Align the commented default
jetty.requestlog.formatString
mentioned in therequestlog.ini
with the default used in the code (CustomRequestLog
).Currently the comment refers to a
%B
that isn't used by the code nor is mentioned as being valid by the documentation.Also adjust the
%a
parameter option to indicate which form the code uses.How to reproduce?
Add the
requestlog
module to Jetty, observe the commented defaults inrequestlog.ini
The text was updated successfully, but these errors were encountered: