Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
There is a wrong log debug statement in ResourceResolverImpl#map in [0]
logger.debug("resolve: MapEntry {} matches, mapped path is {}", mapEntry, mappedPath);
it should be
logger.debug("map: MapEntry {} matches, mapped path is {}", mapEntry, mappedPath);