Author: asoldano
Date: 2014-10-22 10:18:29 -0400 (Wed, 22 Oct 2014)
New Revision: 19025
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/HandlerChainSortInterceptor.java
Log:
[JBWS-3848] Always cleanup the sorter
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/HandlerChainSortInterceptor.java
===================================================================
---
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/HandlerChainSortInterceptor.java 2014-10-22
14:06:04 UTC (rev 19024)
+++
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/HandlerChainSortInterceptor.java 2014-10-22
14:18:29 UTC (rev 19025)
@@ -63,8 +63,8 @@
HandlerSorter hs = new HandlerSorter();
if (hs.split(list)) {
binding.setHandlerChain(hs.merge());
- hs.cleanup();
}
+ hs.cleanup();
}
}
}
Show replies by date