* @param mountPath the path to redirect from
* @param redirectPath the path to redirect to
* @return a new {@link IRequestTargetUrlCodingStrategy}
*/
protected IRequestTargetUrlCodingStrategy newRedirectStrategy(String mountPath, String redirectPath) {
return new RedirectStrategy(mountPath, redirectPath);
}