Ejemplo n.º 1
0
 @Override
 public void handle(HttpServletRequest request, HttpServletResponse response, HandlerChain chain)
     throws Exception {
   CurrentUser.clear(request);
   JSONObject json = new JSONObject();
   json.put("status", "ok");
   respondWithJson(response, json);
 }