Issue #6330 - Improve javadoc for CustomRequestLog %H
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
f50c4fd4b4
commit
9cc7517d65
|
@ -152,7 +152,9 @@ import static java.lang.invoke.MethodType.methodType;
|
||||||
*
|
*
|
||||||
* <tr>
|
* <tr>
|
||||||
* <td valign="top">%H</td>
|
* <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>
|
||||||
*
|
*
|
||||||
* <tr>
|
* <tr>
|
||||||
|
|
Loading…
Reference in New Issue