Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty DoS filter and ELB

Hi,
I tried to use Jetty DoS Filter and I have a small problem. I see that DoSFilter.java contains a code which takes remote IP address directly from HTTP request object. This means it sees the last proxy IP address instead of real source IP. ELB (Elastic Load Balancer in AWS EC2) which I use for load balancing adds X-forwarded-for headers to HTTP requests. Is there any reason why DoSFilter is not able to use this value?

--
Paweł Róg

Back to the top