Thanks Danial, I tried merging the assertion map however I still had issues as there were additional assertions which were added during the recalc that were not in the previous map eg X509Token. The X509Token should have been processed in the PolicyBasedWSS4JInInterceptor which had already fired so it was never asserted. In the end I fixed all issues by simply moving the SecureConversationInInterceptor to the READ phase to ensure it was run before the PolicyBasedWSS4JInInterceptor however it was a fairly naive change on my part. Can you think of any issues with doing this? I am happy to submit a patch for this if required and I will definitely attach a test case in the next few days.
Regards, Tim -- View this message in context: http://cxf.547215.n5.nabble.com/SecureConversationInInterceptor-removing-all-assertions-tp4914500p4917204.html Sent from the cxf-user mailing list archive at Nabble.com.
