Open
Description
Hi,
with 2.0.0-RC8 there seems to be a problem regarding NettyRequestSender#newNettyRequestAndResponseFuture
. In a custom ResponseFilter
I replay the request with a Realm set. However this realm is ignored. Setting the realm data manually as header works. Debugging showed that the afore mentioned method uses the realm of the original future instead of the realm of the (changed) request.