summaryrefslogtreecommitdiff
path: root/java/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-171-1/+2
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-112-6/+46
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-1/+1
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the pat...Robert Godfrey2014-08-221-1/+1
* QPID-6027 : Add persisted derived attributes to the initial configuration ext...Robert Godfrey2014-08-211-0/+13
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-202-52/+154
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-191-11/+28
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-181-2/+9
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-3/+2
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-0/+17
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-161-1/+6
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1314-46/+69
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-2/+12
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-072-13/+40
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-052-4/+6
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-311-14/+1
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-301-19/+68
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-301-25/+64
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-291-0/+137
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-292-10/+54
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-241-22/+26
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-231-4/+0
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-071-1/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-2/+1
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-022-3/+3
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-304-127/+89
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-212-18/+6
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-203-21/+10
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-3/+33
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-072-11/+12
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-042-8/+10
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-212-1/+15
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-3/+3
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-2/+2
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-20/+10
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-062-1/+86
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+1
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-252-19/+6
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-236-32/+33
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-27/+20
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-184-26/+42
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-142-3/+14
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-2/+2
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-3/+0
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-4/+3
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-232-3/+3
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-131-1/+6