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

standard-uri-conformant feature sets base URI to current working directory 

           Summary: standard-uri-conformant feature sets base URI to current
                    working directory
           Product: Xerces2-J
           Version: 2.5.0
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When the feature  http://apache.org/xml/features/standard-uri-conformant is set
to true, there's an unexpected side effect. Using an InputSource that reads
directly from a reader or an input stream (e.g. a StringReader) with no systemID
set, the base URI of the parsed document is set to the current working
directory. That is,  locator.getSystemId() returns the current working directory
rather than null.

I think this behavior is incorrect and should be fixed. But if it isn't and this
result was intended, then it should be documented in the documentation for the
http://apache.org/xml/features/standard-uri-conformant feature.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to