Called when a host header is not present in the request (e.g. HTTP/1.0). It populates the server name with appropriate information. The source is expected to vary by protocol. The default implementation is a NO-OP.
()
| 388 | * The default implementation is a NO-OP. |
| 389 | */ |
| 390 | protected void populateHost() { |
| 391 | // NO-OP |
| 392 | } |
| 393 | |
| 394 | |
| 395 | /** |