Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 73604 invoked from network); 15 Dec 2009 18:54:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 18:54:12 -0000 Received: (qmail 21904 invoked by uid 500); 15 Dec 2009 18:54:12 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 21869 invoked by uid 500); 15 Dec 2009 18:54:11 -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 21859 invoked by uid 99); 15 Dec 2009 18:54:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 18:54:11 +0000 X-ASF-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wim.jongman@gmail.com designates 209.85.220.212 as permitted sender) Received: from [209.85.220.212] (HELO mail-fx0-f212.google.com) (209.85.220.212) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 18:54:09 +0000 Received: by fxm4 with SMTP id 4so192070fxm.12 for ; Tue, 15 Dec 2009 10:53:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=X5rs7vljkZ2swrszf3+bQQwRH9oPF/3pHkNzlXZJ3fo=; b=ZSuqhZW+xBh5tE7CqiuaoLDpI0oOUct+w0BYWKrfie7/JTL7UmzfBiVEPn6EbmIfko 3Cw1XxVwRPbHtFcGwfqWoerMDASWsyDlKbpyERHOS+CqOHa7DjLOy1uIl1HqOe1wr2cz tmsEdFrnqJrEx8972yPCA2BTWTr1CmCJYcS2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=XP9cuz3hbSgzusF8liaJQ/UW0XmVEKJl2nE97WBQx1zaJFo54qn4xDPSl+qhPSJBV4 b2UdnZFBBt87vzPqIf9rGGDTRU87ebj7S1YvGmJizdUHxW0WNqxfj2I8zeJHoC5Xp1Nl ufwklZvJLHN7BSXSeFF+tj+FV5ItwIC6ZJzgY= MIME-Version: 1.0 Received: by 10.216.90.15 with SMTP id d15mr507913wef.219.1260903225939; Tue, 15 Dec 2009 10:53:45 -0800 (PST) In-Reply-To: <1600612424.1260880038264.JavaMail.jira@brutus> References: <480634360.1260864858164.JavaMail.jira@brutus> <1600612424.1260880038264.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 19:53:45 +0100 Message-ID: <9ceb1e7a0912151053h39934727o2eea22e6c540c645@mail.gmail.com> Subject: Re: [jira] Commented: (MIME4J-142) Decoderutil and regexdecoderutil crash on string. From: Wim Jongman To: mime4j-dev@james.apache.org Content-Type: multipart/alternative; boundary=0016e6d78426e0db9a047ac8e8c8 --0016e6d78426e0db9a047ac8e8c8 Content-Type: text/plain; charset=ISO-8859-1 Hi Markus, I got the regexdecoderutil from this bug [1] and also the decoderutil. This was probably not the last source then. I assumed that it was. I will check out from SVN [1] http://issues.apache.org/jira/browse/MIME4J-138 On Tue, Dec 15, 2009 at 1:27 PM, Markus Wiederkehr (JIRA) < mime4j-dev@james.apache.org> wrote: > > [ > https://issues.apache.org/jira/browse/MIME4J-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790721#action_12790721] > > Markus Wiederkehr commented on MIME4J-142: > ------------------------------------------ > > I don't know what version you are referring to but there is no class called > RegexDecoderUtil in SVN trunk of Mime4j. > > Also I have committed a unit test that shows that > DecoderUtil.decodeEncodedWords() works with that subject line. > > > 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. > > --0016e6d78426e0db9a047ac8e8c8--