326327328329330331332333334
urlRewriteConfig.getURLPrefixRewriteManager(); rewriteManager.addRewritableURLPrefix(null, redirectURL, URLPrefixRewriteOperation.ADD_PREFIX); process = new URLRewriteProcess(urlRewriteConfig); } return process; }
558559560561562563564565566
remoteMCSProjectLocation.toExternalForm(), contextPath+"/"+project, URLPrefixRewriteOperation.REPLACE_PREFIX); } process = new URLRewriteProcess(urlRewriteConfig); } return process; }