Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ForwardedRequestCustomizer (#3407)
This allows jetty to correctly handle x-forwarded-* headers. ``` $ curl -H "x-forwarded-proto: https" -H "x-forwarded-host: example.com" -I http://localhost:10000 HTTP/1.1 302 Found Date: Mon, 06 Feb 2023 02:41:34 GMT Location: https://example.com/ide/ Content-Length: 0 Server: Jetty(11.0.13) ```
- Loading branch information