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/10/03 04:40:49 UTC

DO NOT REPLY [Bug 13230] New: - Axis does not validate bad hrefs

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

Axis does not validate bad hrefs

           Summary: Axis does not validate bad hrefs
           Product: Axis
           Version: future (enh)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: gdaniels@macromedia.com


Putting this bug report here to remind us that Axis as of 1.0 will process 
something like this:

<soap:Body>
  <echoThing>
    <arg1>Something</arg1>
    <arg2 href="#0"/>
  </echoThing>
</soap:Body>

And simply set arg2 to null.  This is incorrect, we should fault with a clear 
error message indicating that the link in the href was bad.