[
https://issues.apache.org/jira/browse/AWF-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tony Stevenson moved DEFT-10 to AWF-28:
---------------------------------------
Reporter: Niklas Gustavsson
Key: AWF-28 (was: DEFT-10)
Project: Apache AWF (was: Deft)
> Regular expressions (with capturing groups) in URL mapping
> ----------------------------------------------------------
>
> Key: AWF-28
> URL: https://issues.apache.org/jira/browse/AWF-28
> Project: Apache AWF
> Issue Type: Bug
> Reporter: Niklas Gustavsson
>
> e.g
> Application application = new Application(
> new HashMap<String, RequestHandler>()
> {{ put("/person/([0-9]+)", new MyRequestHandler()); }}
> );
> The number [0-9]+ is inside a capturing group and should be delivered to the
> associated RequestHandler
--
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