I had a little trouble figuring out how to add a path prefix using the RoutingHandler.  Is this possible?  Currently I wrote a custom handler that wraps and delegates to a RoutingHandler with a fallback PathHandler which can handle path prefixes.

My use case is a route for serving static assets under the /static/* route.

Thanks,
Bill