You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/13 11:33:49 UTC

DO NOT REPLY [Bug 12609] New: - Doc-Lit message bodies losing CDATAs and Comments

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12609>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12609

Doc-Lit message bodies losing CDATAs and Comments

           Summary: Doc-Lit message bodies losing CDATAs and Comments
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: jon@mediasurface.com


The attached patch to the Message Tests show that Document/Literal message 
bodies have the <![CDATA and ]]> tags from CDATA sections stripped from them 
during serialization and deserialization. 

This means that Documents are altered while passing through Axis (which 
presumably shouldn't happen).

The same appears also to be true for Comments.