You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/04/23 18:30:38 UTC

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

Alex Rudyy created QPID-6507:
--------------------------------

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


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