Hi All We have a requirement that all calls to our back-end systems must include the user's IP address for auditing purposes. Some of these calls occur before the portlet is rendered, so there are limits on the possible solutions. The code needs to work for both authenticated and unauthenticated pages.
In Jetspeed 2.1 I could obtain the user's IP with a short section of code that was not JSR 168 compliant, but worked. Surprisingly it worked without modification on IBM Websphere portal server as well. But it breaks on Jetspeed 2.2. Before I start hacking, has anyone got an existing solution? Regards Ron