274275276277278279280281282283284
putResponse("error", "Unknown command"); } } else { String current = (String) request.getParameterMap().get("current"); if (current != null) { command = new OpenCommand(); } else { command = new ContentCommand(); } }