[mashup-dev] [jira] Created: (MASHUP-796) Support more than one HTTP verb per endpoint URL.

Jonathan Marsh (JIRA) jira at wso2.org
Thu May 8 16:06:18 PDT 2008


Support more than one HTTP verb per endpoint URL.
-------------------------------------------------

                 Key: MASHUP-796
                 URL: https://wso2.org/jira/browse/MASHUP-796
             Project: WSO2 Mashup Server
          Issue Type: Improvement
            Reporter: Jonathan Marsh
            Assignee: Channa Gunawardena
             Fix For: Future


Right now we can't duplicate certain REST interfaces in the Mashup Server - e.g. the Registry REST interface.  The main block is that there is one function per operation, and one verb per operation.  Either a way to map an endpoing to different functions (kind of overloading) based on verb, or a way to declare that an operation has more than one verb, and test that verb within the logic of the code (essentially two or more operations in one.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Mashup-dev mailing list