@Override
 public RequestMethod getMethod() {
   return RequestMethod.valueOf(request.getMethod().toUpperCase());
 }