From mime4j-dev-return-692-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Thu Dec 17 19:32:48 2009 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 73883 invoked from network); 17 Dec 2009 19:32:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 19:32:48 -0000 Received: (qmail 21165 invoked by uid 500); 17 Dec 2009 19:32:48 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 21130 invoked by uid 500); 17 Dec 2009 19:32:48 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 21120 invoked by uid 99); 17 Dec 2009 19:32:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 19:32:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 19:32:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44134234C4BF for ; Thu, 17 Dec 2009 11:32:18 -0800 (PST) Message-ID: <1228908574.1261078338277.JavaMail.jira@brutus> Date: Thu, 17 Dec 2009 19:32:18 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Resolved: (MIME4J-142) Decoderutil and regexdecoderutil crash on string. In-Reply-To: <480634360.1260864858164.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MIME4J-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved MIME4J-142. -------------------------------------- Resolution: Invalid Closing as invalid Oleg > Decoderutil and regexdecoderutil crash on string. > ------------------------------------------------- > > Key: MIME4J-142 > URL: https://issues.apache.org/jira/browse/MIME4J-142 > Project: JAMES Mime4j > Issue Type: Bug > Environment: java 5, win7 > Reporter: Wim > > Decoderutil & regexdecoderutil crashes on this subject line: > =?utf-8?Q?variable=20${target.nl}?= > RegexDecoderUtil.decodeEncodedWords("=?utf-8?Q?variable=20${target.nl}?="); > Illegal group reference > at java.util.regex.Matcher.appendReplacement(Unknown Source) > at org.apache.james.mime4j.codec.DecoderUtil.decodeEncodedWords(DecoderUtil.java:160) > and > java.lang.IllegalArgumentException: Illegal group reference > at java.util.regex.Matcher.appendReplacement(Unknown Source) > at org.apache.james.mime4j.codec.RegexDecoderUtil.decodeEncodedWords(RegexDecoderUtil.java:36) > at org.eclipse.ecf.salvo.ui.internal.editor.ArticlePaneLabelProvider.getColumnText(ArticlePaneLabelProvider.java:72) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.