https://issues.apache.org/bugzilla/show_bug.cgi?id=57162
--- Comment #11 from Uwe Schindler (ASF) <[email protected]> --- > I guess this happens because of the marshalling changes in > StreamHelper.saveXmlInStream. I don't think this is the case. The difference in the Content-Types files is caused by a broken namespace in the elements contained in the root element. The DOM tree that is serialized is missing the correct namespace, so it get overwritten with "" (empty namespace). It looks like the code that creates the DOM tree for the content-types file is missing to attach the correct namespace to some elements. Could it be that this is fixed already in trunk? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
