173174175176177178179180181182
} if ("".equals(viewId)) { log.debug("ViewId for mapping with id <" + urlMapping.getId() + "> was blank"); } result = context.stripContextPath(result); } return result; } }
172173174175176177178179180181