You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/24 11:52:38 UTC

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

    [ https://issues.apache.org/jira/browse/QPID-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14510738#comment-14510738 ] 

ASF subversion and git services commented on QPID-6507:
-------------------------------------------------------

Commit 1675811 from orudyy@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1675811 ]

QPID-6507: Remove HelperServlet from http-management and replace all calls to the servlet in web management console with calls to metadata or specialized servlets

> 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