Change to AddressingOutHandler causes default parameter values in module.xml to override values in msg context during invoke ----------------------------------------------------------------------------------------------------------------------------
Key: AXIS2-4536 URL: https://issues.apache.org/jira/browse/AXIS2-4536 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: Addressing Reporter: Katherine Sanders The change made to AddressingOutHandler in revision 778244 means that if DISABLE_ADDRESSING_FOR_OUT_MESSAGES is set to true in the module.xml, addressing will always be disabled on out messages, even if the value is false on the msg context. This behaviour is incorrect because the module.xml value should only be a default, which is overridden by the value in the msg context if it exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.