Change By: Christos Vasilakis (22/Apr/13 9:45 AM)
Description: Support should be added so that params with special chars on it (eg. _) are supported. Currently an exception is being thrown. Eg. for a url 


{noformat}
/projects/{param_id}
{noformat}

we get the exception:

{noformat}
16:03:18,768 ERROR [org.jboss.aerogear.controller.log] (http--127.0.0.1-8080-7) AG_CONTROLLER000005: Exception Message: 'AG_CONTROLLER000010: Parameter: 'proj_id' was missing from Request': org.jboss.aerogear.controller.router.parameter.MissingRequestParameterException: AG_CONTROLLER000010: Parameter: 'proj_id' was missing from Request
{noformat}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira