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=15538>. 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=15538 ASCIIReader allows bytes outside of 0x00-0x7F range Summary: ASCIIReader allows bytes outside of 0x00-0x7F range Product: Xerces2-J Version: 2.2.1 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If a user's document is encoded as US-ASCII and contains bytes outside of 0x00- 0x7F range, the InputStream will report negative integer values to ASCIIReader, meaning the (c > 0x80) test will fail to detect an invalid byte. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
