From issues-return-12106-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sun Dec 21 19:04:00 2008 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 90867 invoked from network); 21 Dec 2008 19:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2008 19:03:59 -0000 Received: (qmail 70920 invoked by uid 500); 21 Dec 2008 19:03:58 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 70876 invoked by uid 500); 21 Dec 2008 19:03:58 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 70867 invoked by uid 99); 21 Dec 2008 19:03:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 11:03:58 -0800 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; Sun, 21 Dec 2008 19:03:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B761234C40B for ; Sun, 21 Dec 2008 11:03:37 -0800 (PST) Message-ID: <911482594.1229886217634.JavaMail.jira@brutus> Date: Sun, 21 Dec 2008 11:03:37 -0800 (PST) From: "Paul Benedict (JIRA)" To: issues@struts.apache.org Subject: [jira] Resolved: (STR-3169) Infinite loop in wildcard mapping In-Reply-To: <1346158749.1226988997077.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/STR-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved STR-3169. -------------------------------- Resolution: Fixed convertParam() now throws an IllegalStateException when matching is recursive. The caller will catch this and not match anything. > Infinite loop in wildcard mapping > --------------------------------- > > Key: STR-3169 > URL: https://issues.apache.org/struts/browse/STR-3169 > Project: Struts 1 > Issue Type: Bug > Components: Core > Affects Versions: 1.3.9 > Reporter: ryabko > Assignee: Paul Benedict > Priority: Critical > Fix For: 1.3.11, 1.4.0 > > > I have that mapping: > type="ru.ryabko.actions.ShowPage" > parameter="{1}"> > > > The application hang up in WildcardHelper.match() method if i construct URL like that: > http://localhost/page-{0} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.