[ https://issues.apache.org/jira/browse/MIME4J-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Oleg Kalnichevski updated MIME4J-74: ------------------------------------ Priority: Critical (was: Major) Daaaaamn! I think this is a critical bug. That means we will need a release soon. Oleg > ArrayIndexOutOfBoundsException in BufferedLineReaderInputStream when stream > contains 0xFF > ----------------------------------------------------------------------------------------- > > Key: MIME4J-74 > URL: https://issues.apache.org/jira/browse/MIME4J-74 > Project: JAMES Mime4j > Issue Type: Bug > Affects Versions: 0.4 > Reporter: Niklas Therning > Assignee: Niklas Therning > Priority: Critical > Fix For: 0.5 > > > The line > int[] shiftTable = new int[255]; > should > int[] shiftTable = new int[256]; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]