if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Using the default RemoteProjectURLRemapper " +
"implementation");
}
urlRemapper = new RemoteProjectURLRemapper();
}
// Give the remapper the filter config so that it can initialise.
urlRemapper.initialise(filterConfig);