MCPcopy Index your code
hub / github.com/apache/tomcat / populateHost

Method populateHost

java/org/apache/coyote/AbstractProcessor.java:390–392  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

388 * The default implementation is a NO-OP.
389 */
390 protected void populateHost() {
391 // NO-OP
392 }
393
394
395 /**

Callers 1

parseHostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected