Currently there is some logic in
|
public static String normalizePath(String resourcePath) { |
which removes a .html extension. This is for example used in
|
String normalizedPath = normalizePath(resourcePath); |
.
Instead one should rely on the information being returned by RequestPathInfo when trying to match.