Hi,
I'm using (the wonderful) Spring WS + Acegi to build web services.
Before serving requests, I need to check that the clients IP is among a list of authorized IPs for that client.
I'm thinking about putting this behaviour in an endpoint interceptor and attaching it to the message dispatcher (probably after the ws-security interceptor so that I can use the user account loaded by acegi).
My question is: how can I get the client's IP address?


Reply With Quote
