239240241242243244245246247248249
if (config.retainSecurityHeader()) { context.retainSecurityHeader(true); } if (config.resetMustUnderstand()) { context.resetMustUnderstand(true); } SecurityRecipient.validateMessage(context); /* TODO: not sure if this is needed