users@glassfish.java.net

Intercept all HTTP requests

From: <aleksandar.valchev_at_gmail.com>
Date: Tue, 5 Feb 2013 10:45:17 +0000 (GMT)

Hi *,

I have glassfish server, configured with several virtual hosts. Some of
the virtual hosts are serving static files.

I want to intercept all HTTP requests (HttpServletRequest) from all
hosts in order to analyze and prevent DDoS attacks.

Is this possible through some OSGi service or something else ?

Thanks