Fixes #6330 - CustomRequestLog is missing HTTP version format option. (#6362)

Simplified javadoc.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-06-04 16:17:48 +02:00 committed by GitHub
parent e3faf81860
commit 3a8af443f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -152,9 +152,7 @@ import static java.lang.invoke.MethodType.methodType;
*
* <tr>
* <td valign="top">%H</td>
* <td>Returns the name and version of the protocol the request uses in the form
* protocol/majorVersion.minorVersion, for example, HTTP/1.1. For HTTP servlets,
* the value returned is the same as the value of the CGI variable SERVER_PROTOCOL.</td>
* <td>The name and version of the request protocol, such as "HTTP/1.1".</td>
* </tr>
*
* <tr>