http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1774 *** shadow/1774 Sun May 20 17:27:33 2001 --- shadow/1774.tmp.9825 Tue Jul 3 11:34:54 2001 *************** *** 1,19 **** ! Bug#: 1774 ! Product: Xerces-J ! Version: 1.3.0 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolution: ! Severity: Major ! Priority: Medium ! Component: SAX ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Zero-length file causes SAX parser to halt execution of thread ! I have an applet running through a sequence of XML files, and every now and then a zero length file pops up. If the applet/parser tries to parse it via parse( String urlString) then execution of that thread no longer continues. --- 1,23 ---- ! +============================================================================+ ! | Zero-length file causes SAX parser to halt execution of thread | ! +----------------------------------------------------------------------------+ ! | Bug #: 1774 Product: Xerces-J | ! | Status: RESOLVED Version: 1.3.0 | ! | Resolution: INVALID Platform: PC | ! | Severity: Major OS/Version: Windows NT/2K | ! | Priority: Medium Component: SAX | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | I have an applet running through a sequence of XML files, and every now and then a zero length file pops up. If the applet/parser tries to parse it via parse( String urlString) then execution of that thread no longer continues. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-03 11:34 ------- + The parser is required to report fatal error "The root element is required in a + well-formed document" on zero-length file. The fatal error will stop parsing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
