You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xml-commons-dev@xerces.apache.org by bu...@apache.org on 2005/05/14 00:57:14 UTC

DO NOT REPLY [Bug 34913] New: - Implementation inconsistency for DocumentBuilder.parse(File)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34913>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34913

           Summary: Implementation inconsistency for
                    DocumentBuilder.parse(File)
           Product: XmlCommons
           Version: 1.x
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: JAXP
        AssignedTo: commons-dev@xml.apache.org
        ReportedBy: sbailliez@apache.org


As far as I can see there is inconsistency in the implementation of 
DocumentBuilder.parse(File) between the main branch (jaxp 1.3 now) which 
concatenate naively and the tck-jaxp-1_2_0 which does escaping.

It looks like kind of a File.toURL() (1.2+) vs File.toURI() (1.4+)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.