[ https://issues.apache.org/jira/browse/FELIX-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584357#comment-14584357 ]
Martin Petrovsky edited comment on FELIX-4908 at 6/13/15 1:15 AM: ------------------------------------------------------------------ I wonder if there is 4th option here. Jetty already has support for some of this via the [ForwardedRequestCustomizer|http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/server/ForwardedRequestCustomizer.html]) and I wonder if there is a way this could just be exposed? Some more documentation can be found here \[1\] \[1\] http://www.eclipse.org/jetty/documentation/current/configuring-connectors.html#jetty-connectors-http-configuration was (Author: mpetrovsky): I wonder if there is 4th option. Jetty already ha > X-Forward Header support when running behind a proxy/load balancer > ------------------------------------------------------------------ > > Key: FELIX-4908 > URL: https://issues.apache.org/jira/browse/FELIX-4908 > Project: Felix > Issue Type: Improvement > Reporter: Martin Petrovsky > > It would be nice for Apache Felix ({{org.apache.felix.http.jetty}}) to > support the standard set of {{X-Forwarded...}} type headers that are > typically required when running behind a reverse proxy or load balancer (see > \[1\] & \[2\]. Specifically: > * {{X-Forwarded-For}} > * {{X-Forwarded-Server}} > * {{X-Forwarded-Port}} > * --{{X-Forwarded-Proto}}-- (already supported via FELIX-4330) > so that {{HttpServletRequest}} {{getRemoteHost}}/{{getRemoteAddr}} > {{getServerName}}, {{getServerPort}}, {{getScheme}} return the appropriate > values that are forwarded by an Apache Proxy/Load balancer. Furthermore, the > {{sendRedirect()}} method will need to be amended (to incorporate these > values otherwise you will end up with a Tomcat bug like \[4\] & \[5\]). > \[1\] http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#x-headers > \[2\] > http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/x-forwarded-headers.html > \[3\] > http://www.eclipse.org/jetty/documentation/current/configuring-connectors.html > \[4\] https://bz.apache.org/bugzilla/show_bug.cgi?id=57856] > \[5\] > https://github.com/apache/tomcat/commit/4921e131879a1aa4a77db51ae2ac3a226176f619#diff-c0fdb9be1e84a34ac5b12a065d75b432 -- This message was sent by Atlassian JIRA (v6.3.4#6332)