> Can you send a dump of the HTTP headers received by the webapp and the
> return value of the various request.getXXX methods? That would be very
> helpful, here.


getRemoteAddr(): 85.214.210.60 <-- proxy IP
x-forwarded-for: 85.178.56.216 <-- client IP
x-forwarded-host: foobar.eu <-- proxy
x-forwarded-server: foobar.eu <-- proxy

It looks like the Filter does not kick in.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to