return;
}
for (String pattern : generatePatterns(controllerName, actionName, false)) {
Collection<ConfigAttribute> configAttributes = new ArrayList<ConfigAttribute>();
configAttributes.add(new ClosureConfigAttribute(newInstance(closureClass)));
String key = pattern.toLowerCase();
InterceptedUrl replaced = storeMapping(key, method, configAttributes);
if (replaced != null) {
log.warn("replaced rule for '{}' with tokens {} with tokens {}", new Object[] { key, replaced.getConfigAttributes(), configAttributes });