You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/12/19 18:10:16 UTC

DO NOT REPLY [Bug 15538] New: - ASCIIReader allows bytes outside of 0x00-0x7F range

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: xerces-j-dev@xml.apache.org
        ReportedBy: mglavass@ca.ibm.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org