1984d2de11
* Issue #7277 - Allow `Request.getLocalName()` and `.getLocalPort()` to be overridden (#7316) * Introduce `HttpConfiguration.setServerAuthority(HostPort)` to influence `ServletRequest.getServerName()` and `ServletRequest.getServerPort()` * Introduce `HttpConfiguration.setLocalAddress(SocketAddress)` to influence `ServletRequest.getLocalName()`, `ServletRequest.getLocalPort()`, and `ServletRequest.getLocalAddr()` * Correcting Request URI logic on abs-uri without authority * Adding test cases Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml |