I'd like to deny access to static resources with a...
# http4k
d
I'd like to deny access to static resources with a filter. But StaticRoutingHttpHandler does its match on the unfiltered request, so that the resource is always looked up (quite expensive) even though the actual request will fail. What is the reason for the unfiltered match?