Detaching an axiom node is not setting the builder's last node properly -----------------------------------------------------------------------
Key: AXIS2C-1445 URL: https://issues.apache.org/jira/browse/AXIS2C-1445 Project: Axis2-C Issue Type: Bug Components: xml/om Affects Versions: Current (Nightly) Reporter: S.Uthaiyashankar Assignee: S.Uthaiyashankar Fix For: 1.7.0 When detaching/freeing a node, the underlying builder's last node is freed node, it should be adjusted correctly. If the full tree is built already, detaching will not be a problem. But if we are in the middle of building the tree, and last node built is same as the node we are trying to free, then builder's last node property should be assigned to either previous sibling or parent of the deleted node. Since it is not assigned properly, this cause a crash in Rampart when validating signatures/encryption. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.