inifinite 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


I have that mapping:

    <action path="/page-*"
                   type="ru.ryabko.actions.ShowPage"
                   parameter="{1}">
               <forward name="success" path="/page.jsp"/>
    </action>

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.

Reply via email to