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