Description
In the class DefaultIoFilterChain the methods add*, remove all call register or deregister in order to have the IoFilters on*() methods called.
Calling the replace method simply sets the new instance, but neither does the old IoFilter get deregistered nor does the new one get registered.