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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.