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

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

Commit 1675815 from [email protected] in branch 'java/trunk'
[ https://svn.apache.org/r1675815 ]

QPID-6507: Remove unused empty folder

> 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