users@grizzly.java.net

InetAddress of client?

From: Peter Speck <speck_at_vitality.dk>
Date: Thu, 5 Jul 2007 22:27:11 +0200

Hi,

I've tried to get the client address using request.remoteAddr(), but
it fails as
        request.remoteAddr().getByteChunk().getBuffer()
returns null. When running using a debugger, it seems like
DefaultProcessorTask.remoteAddr is never updated.

The same problem with the client port number.

Is this the wrong methods to call, or is this a bug?

----
    - Peter Speck