-2

I intercept my XML request body by adding two nodes and remove some namespaces. When I'm trying to use my filter, in header content-length I have pre-intercept request body length. I checked that if I put my code in custom encoder, header has proper value. Am I do something wrong with my filter? Should I set header value in my custom filter? I believe it will be overwrite by reactive default impl.

0