{@inheritDoc} This implementation populates the server port from the local port provided by the AJP message.
()
| 899 | * This implementation populates the server port from the local port provided by the AJP message. |
| 900 | */ |
| 901 | @Override |
| 902 | protected void populatePort() { |
| 903 | // No host information (HTTP/1.0) |
| 904 | request.setServerPort(request.getLocalPort()); |
| 905 | } |
| 906 | |
| 907 | |
| 908 | /** |
nothing calls this directly
no test coverage detected