You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/06/08 15:00:24 UTC

[jira] [Resolved] (APLO-209) The REST API documentation does not match what is used by the Apollo console

     [ https://issues.apache.org/jira/browse/APLO-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved APLO-209.
--------------------------------

    Resolution: Won't Fix
      Assignee: Hiram Chirino

If we ever build a more modern web-console interface perhaps doing pure RESTful ajax calls then we can remove the POST for of the delete.
                
> The REST API documentation does not match what is used by the Apollo console
> ----------------------------------------------------------------------------
>
>                 Key: APLO-209
>                 URL: https://issues.apache.org/jira/browse/APLO-209
>             Project: ActiveMQ Apollo
>          Issue Type: Bug
>         Environment: apollo-99-trunk-20120519.032132-42
>            Reporter: Lionel Cons
>            Assignee: Hiram Chirino
>
> When using the Apollo console and looking at a queue, one can see a "delete" button.
> The HTML code behind the button is:
> <form method="post" action="https://broker:6100/broker/virtual-hosts/apollo/queues/foo/action/delete">
>   <input type="submit" value="delete"/>
> </form>
> However, this API call does not appear in the "Apollo Management API" where only the DELETE method is documented to delete a queue.
> If the "POST xxx/action/delete" API is supported, it should be documented. The Apollo console should only use supported API calls.

--
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