149150151152153154155156157158159
if (m.find()) { String newUrl = m.replaceFirst(urlHandler.getNewURL()); if (newUrl.equals(urlHandler.getNewURL())) { return urlHandler; } else { return new URLHandlerDTO(newUrl, urlHandler.getUrlRedirectType()); } } } } catch (RuntimeException re) {