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/06 20:12:20 UTC

DO NOT REPLY [Bug 12371] New: - GET method invocation doesnt return XML

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=12371>.
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=12371

GET method invocation doesnt return XML

           Summary: GET method invocation doesnt return XML
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: stevel@apache.org


Because the AxisServlet adds a sentence inside <p> tags <p>, before going <?
xml ...>, the GET bridge to axis cant be used by an XML parser, or indeed IE 
that sees the <?xml?> tag partway in, incorrectly decides the doc is XML and 
then bails out as it aint valid xml.

Fix is easy