Issue #6330 - Improve javadoc for CustomRequestLog %H

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2021-05-28 11:33:15 +10:00 committed by Simone Bordet
parent f50c4fd4b4
commit 9cc7517d65
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@ import static java.lang.invoke.MethodType.methodType;
*
* <tr>
* <td valign="top">%H</td>
* <td>The request protocol.</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>
* </tr>
*
* <tr>