String path = RequestUtils.getServletPath(req); if (path == null || "".equals(path)) { return ""; } return path.substring(0, path.lastIndexOf('/"));