Hello,
I'm using Spring with RMI and it works like a charm, very easy to export service methods via RMI.
My question is, is it possible to intercept incoming RMI connections? One idea is, that I may check the remote IP from which the connection came and block or allow the connection.
Thanks a lot for your help!
