You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2015/06/16 23:45:00 UTC

[jira] [Resolved] (QPID-6507) Eliminate HelperServlet from web management console

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

Rob Godfrey resolved QPID-6507.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 6.0 [Java]

> Eliminate HelperServlet from web management console
> ---------------------------------------------------
>
>                 Key: QPID-6507
>                 URL: https://issues.apache.org/jira/browse/QPID-6507
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 6.0 [Java]
>
>
> The HelperServlet is most already dead code or code that can be replaced by common mechanisms of the metadata service.
> # ListBrokerAttribute,ListGroupProviderAttributes, ListAccessControlProviderAttributes are dead code.  The web management code has stopped calling these actions.
> # PluginClassProviderAction is used only for getting a list of JDBCConnectionProviderFactories.  This can be replaced with a validValue attribute on JDBCVirtualHostNode#connectionPoolType and JDBCVirtualHost#connectionPoolType that gets its domain programmatically from the QpidServiceLoader.  See org.apache.qpid.server.model.port.AmqpPort#getProtocols and its validValues method for an example.
> # The function of ListTimeZones is still required.  We could move the functionality to a dedicated servlet
> The web management code call the HelperServlet (look for HTTP calls with action=) must be refactored to retain current functionality. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org