summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6162 : Add authentication providers which store user data in the config ↵Robert Godfrey2014-10-171-1/+2
| | | | | | file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632576 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-173-12/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-164-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632285 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6151: [Java Broker Web Management Console] Fix race condition ↵Keith Wall2014-10-141-1/+2
| | | | | | affecting the display of preference provider attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631746 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6137: Enhance JMXManagementPlugin implementation and add extra logging ↵Alex Rudyy2014-10-081-15/+30
| | | | | | when InstanceAlreadyExistsException is thrown from JMX on creation of VH MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1630081 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit ↵Andrew MacBean2014-10-064-107/+162
| | | | | | harmonisation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629680 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS ↵Andrew MacBean2014-10-031-3/+1
| | | | | | imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog - review change to ↵Andrew MacBean2014-10-031-1/+1
| | | | | | remove duplicate API call git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-039-44/+540
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629203 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6126: [Java Tests] Prevent the new ACLFileAccessControlProviderImplTest ↵Keith Wall2014-10-021-1/+2
| | | | | | failin on Mac OS X git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1628983 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6126: Add ability to validate CO attributes on creation, transit COs ↵Alex Rudyy2014-10-017-10/+122
| | | | | | into ERRORED state if exception occurs on recovery, allow ERRORED CO restart after remediation of configuration problem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1628867 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-15/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1627278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
| | | | | | | | | 1) Display promptMessages in edit broker dialog 2) Fix issue with button disaperaing on dialog resize on editing VH/VHN and broker 3) Fix context name/value pair editing in Safari 4) Stop posting form data on pressing Cancel button in dialogs for editing VH/VHN and broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-172-30/+24
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid ↵Keith Wall2014-09-171-1/+1
| | | | | | compatibility issue with older IE browsers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625495 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-155-45/+34
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1625039 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 ↵Keith Wall2014-09-151-2/+2
| | | | | | characters causing unexpected Broker shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying ↵Keith Wall2014-09-121-3/+10
| | | | | | the receipt of large messages occupying more than one frame (08-091) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN ↵Andrew MacBean2014-09-121-1/+1
| | | | | | is master or in STOPPED/ERRORED state. UI (2/2) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback ↵Keith Wall2014-09-061-0/+1
| | | | | | position to below, rather than left git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ↵Keith Wall2014-09-051-2/+8
| | | | | | to avoid validation in terms of getAttributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port ↵Keith Wall2014-09-054-64/+129
| | | | | | | | | | through REST or Web Management UI * Also hidden the authentication provider field when editting an RMI port * Added the missing prompts for transports/protocols. * Remove the mandatory marker from the protocols field git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6055 : [Java Broker] Ensure max frame size is always less than ↵Robert Godfrey2014-08-306-9/+28
| | | | | | Integer.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 ↵Robert Godfrey2014-08-302-4/+64
| | | | | | messages sent directly to an exchange of type direct or topic git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621443 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ↵Robert Godfrey2014-08-291-0/+2
| | | | | | first incoming link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6051: Allow exceptions from post commit actions to be handled in the ↵Alex Rudyy2014-08-281-2/+7
| | | | | | callers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred ↵Alex Rudyy2014-08-281-4/+10
| | | | | | actions on transaction commit git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621106 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6047 : [Java Broker] Improve Message conversion between 1.0 and 0.x ↵Robert Godfrey2014-08-274-9/+45
| | | | | | protocols - add mapping from application property qpid.subject to the 1.0 subject property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single ↵Robert Godfrey2014-08-2614-152/+295
| | | | | | consumer that is consuming across a collection of queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ↵Robert Godfrey2014-08-261-2/+2
| | | | | | address amq.fanout (or any fanout exchange) bind the temporary queue to the exchange witht the queue name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ↵Robert Godfrey2014-08-261-0/+13
| | | | | | address amq.fanout (or any fanout exchange) bind the temporary queue to the exchange witht the queue name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the ↵Robert Godfrey2014-08-261-57/+1
| | | | | | local machine git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6044 : [Java Broker] [AMQP 1.0] When the hostname in the open frame ↵Robert Godfrey2014-08-261-28/+94
| | | | | | does not resolve directly to a vhost, but does resolve via DNS to the local machine, map the connection to the default vhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620570 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: added colon character to the web UI context variable regex pattern ↵Andrew MacBean2014-08-251-1/+1
| | | | | | to allow use of namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing ↵Robert Godfrey2014-08-241-2/+14
| | | | | | to the 0-8/9/9-1 client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP ↵Robert Godfrey2014-08-232-20/+37
| | | | | | management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration ↵Robert Godfrey2014-08-221-1/+1
| | | | | | to be passed in on creation of a virtualhost node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather ↵Andrew MacBean2014-08-2211-355/+305
| | | | | | than hard-coding a list of protocols/transports etc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the ↵Robert Godfrey2014-08-221-1/+1
| | | | | | path info in the error response git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619733 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Add persisted derived attributes to the initial configuration ↵Robert Godfrey2014-08-211-0/+13
| | | | | | extract git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST ↵Robert Godfrey2014-08-204-61/+165
| | | | | | servlet to extract data for an initial configuration (e.g. for a vhost) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-192-39/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618964 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-194-33/+37
| | | | | | Address review comments from Alex Rudyy <orudyy@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618889 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618871 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Broker] Remove unnecessary system properties for ↵Robert Godfrey2014-08-192-3/+3
| | | | | | controlling which AMQP protocols are made available git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-1826-58/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap ↵Robert Godfrey2014-08-181-1/+2
| | | | | | to avoid linking issues after compiling under Java 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618690 13f79535-47bb-0310-9956-ffa450edef68