NewAccountController typo
-------------------------
Key: RAVE-501
URL: https://issues.apache.org/jira/browse/RAVE-501
Project: Rave
Issue Type: Bug
Reporter: marijan milicevic
Priority: Minor
@RequestMapping(value = {"/newaccount", "/newacount/*"}, method =
RequestMethod.POST)
should read:
@RequestMapping(value = {"/newaccount", "/newaccount/*"}, method =
RequestMethod.POST)
--
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