|
|
Hi,
Is there a way to define a filter to block/allow specific IP addresses using Spring? I'm using Spring 2.5 and Apache CXF 2.1 on tomcat 5.5 for my web services and need to allow only certain IP addresses to use the service.
Thanks,
Ali B
you can use javawebparts.filter.IPAccessControlFilter provided by , mate.
Thanks cheng. I looked at javawebpart's document and apparently javawebparts.filter.IPAccessControlFilter can be added to web.xml and not as an aspect to bean.xml for spring, right?
yes, correct. |
|