Brane F. Gračnar wrote:
> Hello :)
>
> This patch adds support for X-Forwarded-For (or any other) http request
> header
> holding ip address of real client so that request.getRemoteAddr() return
> correct address if tomcat is running behind apache or any other reverse http
> proxy.
Note you c
On 11/12/2009 16:36, Brane F. Gračnar wrote:
> Hello :)
>
> This patch adds support for X-Forwarded-For (or any other) http request
> header
> holding ip address of real client so that request.getRemoteAddr() return
> correct address if tomcat is running behind apache or any other reverse http
Hello :)
This patch adds support for X-Forwarded-For (or any other) http request header
holding ip address of real client so that request.getRemoteAddr() return
correct address if tomcat is running behind apache or any other reverse http
proxy.
Best regards, Brane
Index: java/org/apache/catali