Hello all, When using http forward, I would find more convenient to have the real client address using request.getClientInfo().getAddress() instead of the forwarder component.
It means changing line 227 of HttpRequest from result.getAddresses().add(addresses[i].trim()); to result.getAddresses().add(0,addresses[i].trim()); What do you think ? Rémi

