[ 
https://issues.apache.org/jira/browse/WW-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart updated WW-3262:
------------------------------

    Fix Version/s:     (was: 2.2.x)
                   3.x
    
> improve wildcard to support regular expressions
> -----------------------------------------------
>
>                 Key: WW-3262
>                 URL: https://issues.apache.org/jira/browse/WW-3262
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.1.8
>            Reporter: musachy
>             Fix For: 3.x
>
>
> The regular expressions will follow the syntax of JAX-RS. They can be like 
> {PARAM_NAME} or {PARAM_NAME:REGEX}. For example:
>        <package name="regex" extends="struts-default" namespace="/">
>               <action name="/{bio:.+}/test/{name}" 
> class="org.apache.struts2.showcase.UITagExample">
>                       <result>/tags/ui/example.jsp</result>
>               </action>
>       </package>
>       
>       <package name="regex2" extends="struts-default" namespace="/superurl">
>               <action name="/{bio:.+}/test/{name}" 
> class="org.apache.struts2.showcase.UITagExample">
>                       <result>/tags/ui/example.jsp</result>
>               </action>
>               <action name="/{bio:.+}/test2/{name}" 
> class="org.apache.struts2.showcase.UITagExample">
>                       <result>/tags/ui/{1}.jsp</result>
>               </action>
>       </package>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to