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

ArrayIndexOutOfBoundsException thrown while parsing invalid character references.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-07-13 21:46 -------
Fixed in CVS.

When reporting the error of an invalid character reference instead of 
converting the computed integer value back to a string, the original buffer is 
used. If the invalid reference was outside of the 32-bit integer range we'd get 
a NumberFormatException. Also it's easier for a user to diagnose the problem 
with their document if we provide the literal character reference they used in 
the error message.

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

Reply via email to