summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpManagement.java
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-1/+1
* Merging from trunk r1618840:1619054 in the Java treeRobert Godfrey2014-08-251-1/+1
* Merging from trunk r1617322:1617736 in the Java treeRobert Godfrey2014-08-251-0/+9
* QPID-5955 : [Java Broker] Allow HTTP Management to run TCP and SSL on the sam...Robert Godfrey2014-08-021-1/+5
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-301-2/+9
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-291-0/+3
* QPID-5744: Add support for REST URIs containing the major version in addition...Alex Rudyy2014-05-131-0/+1
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-7/+0
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-21/+31
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-1/+1
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-13/+14
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+2
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-0/+1
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-241-114/+114
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-6/+8
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-181-19/+12
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-3/+5
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-2/+2
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-52/+63
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-041-24/+13
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-7/+6
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-7/+9
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-021-7/+0
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-251-1/+1
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-231-37/+11
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-3/+4
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-311-2/+2
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-131-8/+67
* QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-1/+1
* QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-2/+2
* QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter...Robert Godfrey2014-01-031-0/+5
* QPID-5364: [Java Broker Management] Give RestServlet instances different serv...Keith Wall2013-11-211-1/+1
* QPID-5207: review feedback + make _usePathInfo field finalRobert Gemmell2013-10-271-10/+10
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-061-8/+1
* QPID-5207, QPID-5048: use the dojo release zip instead of extracting files fr...Robert Gemmell2013-10-061-0/+4
* QPID-5138: Rename PreferencesServlet into LoggedOnUserPreferencesServletAlex Rudyy2013-10-051-2/+2
* QPID-5138: Change http management to use AuthenticationProvider for getting r...Alex Rudyy2013-09-171-5/+2
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-141-0/+7
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-141-0/+4
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-141-0/+2
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-081-6/+14
* QPID-5037: Move log viewer into a separate tab and add abilities to download ...Alex Rudyy2013-08-021-1/+4
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-171-11/+7
* QPID-4851: Allow users to access http management using '/' instead of forcing...Alex Rudyy2013-05-171-0/+2
* QPID-4739: Remove redundant validation of keystore attributes as they are val...Alex Rudyy2013-05-171-22/+0
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-171-0/+29
* QPID-4791: Change JSESSIONID cookie name to include the port number in order ...Alex Rudyy2013-04-301-1/+5
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-261-15/+6
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-191-0/+2