public void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException {

    doPost(req, res);
  }