Re: [PATCH]: X-Forwarded-For support

2009-12-12 Thread William A. Rowe Jr.
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

Re: [PATCH]: X-Forwarded-For support

2009-12-11 Thread Mark Thomas
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

[PATCH]: X-Forwarded-For support

2009-12-11 Thread Brane F. Gračnar
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