The path-matching-resource-pattern-resolver library is a small extraction from the Spring Framework's PathMatchingResourcePatternResolver class and its dependencies ...
If I put this JAR into c:\tmp\demo and run the code, the resource is found. If I put this JAR into c:\tmp\#demo and run the code, no resources are found. Instead, an exception is logged at debug level ...