mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
* 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>