Skip to content

Commit 63c1324

Browse files
committed
log error while UrlMapping evaluation
Fixes: #9058
1 parent 2a71b5e commit 63c1324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/DefaultUrlMappingEvaluator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ private Object _invoke(String methodName, Object arg, Object delegate) {
707707
}
708708
return builder.getConstrainedProperties();
709709
} else {
710+
LOG.error("Mapping: '"+ mappedURI + "' does not start with " + SLASH + " or is response code.");
710711
return super.invokeMethod(mappedURI, arg);
711712
}
712713
} finally {

0 commit comments

Comments
 (0)