Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Nov 29, 2018
2 parents 0d4e20b + 132aef4 commit aeb200e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public CustomRequestLog(RequestLog.Writer writer, String formatString)

public CustomRequestLog(String file)
{
this(file, NCSA_FORMAT);
this(file, EXTENDED_NCSA_FORMAT);
}

public CustomRequestLog(String file, String format)
Expand Down

0 comments on commit aeb200e

Please sign in to comment.