Skip to content

Commit

Permalink
UNDERTOW-815 MCMP ENABLE-APP targetting a node does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Aug 31, 2016
1 parent dc90bde commit e4f14c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void processRequest(HttpServerExchange exchange) throws IOException {
String srange = params.get("Range").getFirst();
final RequestData data = buildRequestData(exchange, params);
if (srange.equals("NODE")) {
processNodeCommand(exchange, data, MCMPAction.DISABLE);
processNodeCommand(exchange, data, MCMPAction.ENABLE);
}
if (srange.equals("DOMAIN")) {
boolean domain = params.containsKey("Domain");
Expand Down

0 comments on commit e4f14c8

Please sign in to comment.