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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to