You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "marijan milicevic (Created) (JIRA)" <ji...@apache.org> on 2012/03/02 15:35:57 UTC

[jira] [Created] (RAVE-501) NewAccountController typo

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

        

[jira] [Updated] (RAVE-501) NewAccountController request mapping typo

Posted by "marijan milicevic (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

marijan milicevic updated RAVE-501:
-----------------------------------

    Summary: NewAccountController request mapping typo  (was: NewAccountController typo)
    
> NewAccountController request mapping 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