The encoded word '=?ISO-8859-1?Q?' caused an IndexOutOfBoundsException to be logged...
commit1e418850172534b4dcb43142a0d161b4d047a0cc
authorNiklas Therning <niklas@apache.org>
Mon, 26 Mar 2007 06:42:02 +0000 (26 06:42 +0000)
committerNiklas Therning <niklas@apache.org>
Mon, 26 Mar 2007 06:42:02 +0000 (26 06:42 +0000)
tree1475dbc5f9e35c6636b87d85a74a7ba5efb6e146
parent56b2cb96346a3c6bf9f21f60e7e9db54478b1921
The encoded word '=?ISO-8859-1?Q?' caused an IndexOutOfBoundsException to be logged and then the empty string was returned. DecoderUtil will now deal with this encoded word and an exception won't be logged.

git-svn-id: https://svn.eu.apache.org/repos/asf/james/mime4j/trunk@522438 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/mime4j/decoder/DecoderUtil.java
src/test/java/org/mime4j/decoder/DecoderUtilTest.java