Context:
we have a tool (webapp providing REST services) replacing MERGEFIELD by different kind of values, among them HTML ones.
So internally, the tool creates ALTCHUNK for HTML type keywords.
Problem:
It works fine in JUNIT testing but when deployed under WebLogic 12c/Java 7/Linux 64bits OS, even if the chunckXX.html end-up in the generated document, the references inside of XML structure are lost and thus the HTML text is not displayed where it should.
Furthermore, ...