-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
HandlerChainSortInterceptor needs to be optimized to avoid setting the handler chain after having sorted it if the sort operation actually did nothing relevant.
We should detect if we really need to sort (because of PRE/POST handlers) and relax the sorting requirement (we only care about the PRE/POST thing, not about the internal order of user handlers).
- blocks
-
JBWS-3847 Memory leak in JBoss WS CXF Client's HandlerChainSortInterceptor
- Closed