jetty.project/jetty-util
Joakim Erdfelt c61106907c
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()`
* Adding test cases

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-01-05 13:24:20 -06:00
..
src Issue #7277 - Allow `Request.getLocalName()` and `.getLocalPort()` to be overridden (#7316) 2022-01-05 13:24:20 -06:00
.gitignore Adding tests for Named Logging 2011-08-24 09:31:28 -07:00
pom.xml Updating to version 9.4.45-SNAPSHOT 2021-09-27 18:22:11 -05:00