Hi David Just to clarify, getRemoteAddress() returns the expected client IP address in the servlet API, but null in the portlet API. This is in accordance with the JSR 168 standard (and a right PIA if you ask me)...
If someone can tell me how to get the client IP in the portlet API (Needs to work on Jetspeed 2 and IBM Portal Server), I would be very happy. Regards Ron "David Sean Taylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Jul 30, 2008, at 10:05 AM, David Psiuk wrote: > >> I guess this code will display the client's ip... > > no, it will not > but that is possible as well with the servlet api: > request.getRemoteAddr() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
