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/11/01 21:45:53 UTC

DO NOT REPLY [Bug 13230] - 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





------- Additional Comments From chrisw@wolfram.com  2002-11-01 20:45 -------
I came across a Web Service the other day that converted html to xml.  Some of 
the html elements obviously contained href attributes.  What do you do for 
these elements?  Is there a way to distinguish between the attibute used in 
SOAP encoding and the one used in HTML?  Can you use href's anywhere in a SOAP 
message or are they restricted in some way?  This service would obviously fail, 
if there was no way to distinguish between the two uses.  Anyway just a 
question.  I was wondering what the proper behavior was and thought I would 
bring it up before you fix it.