Message:
The following issue has been resolved as FIXED.
Resolver: Michael Glavassevich
Date: Sun, 12 Sep 2004 8:28 PM
Fixed by Neil Delima. See previous comment.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESJ-864
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESJ-864
Summary: Inconsistent behaviour from getBaseURI
Type: Bug
Status: Resolved
Resolution: FIXED
Project: Xerces2-J
Components:
DOM
Versions:
2.6.0
Assignee:
Reporter: Lucian Holland
Created: Mon, 12 Jan 2004 6:15 PM
Updated: Sun, 12 Sep 2004 8:28 PM
Environment: Operating System: Linux
Platform: PC
Description:
The getBaseURI method behaves inconsistently depending on whether it is called
on a Document or an Element. When called on Document, the method simply returns
the String value it has stored for the Document URI, without performing any
checks on it. When called on an Element, however, all of the exit points from
the method return something along the lines of "new URI(result).toString()",
with a null return if this statement throws a MalformedURIException. It would
seem more helpful for these two implementations to exhibit consistent behaviour.
This behaviour was observed on a checkout from CVS on 12 Jan 2004.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]