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=15587>. 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=15587 XMLEntityScanner load() throws an exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|XMLEntityScanner load() |XMLEntityScanner load() |throws an exception |throws an exception ------- Additional Comments From [EMAIL PROTECTED] 2003-02-18 17:16 ------- Via the buffer size property user can only set DEFAULT_BUFFER_SIZE and it always bigger than DEFAULT_XMLDECL_BUFFER_SIZE. The exception in load that can be reproduced this bug was occuring since the size of the character array was less than the length required to load by reader if offset was greater than 0. However, given that user can't change INTERNAL and XMLDECL buffer size this error should never occur. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
