}
// (e) If E is empty -> HTTP 404
if (eWithMethod.isEmpty())
excHandler.resourceNotFound();// NICE (o.getClass(), u);
// (f) and (g) sort E, use first member of E
ResourceMethodOrLocator firstMeth = getFirstByNoOfLiteralCharsNoOfCapturingGroups(eWithMethod);
PathRegExp rMatch = firstMeth.getPathRegExp();
MatchingResult matchingResult = rMatch.match(u);
addPathVarsToMap(matchingResult, callContext);
// (h) When Method is resource method