Dropwizard Assets not serving static content outside of root path
问题 Here's my Dropwizard (0.8.5) app's basic project structure: myapp/ src/main/groovy/ org/example/myapp/ MyApp.groovy <lots of other packages/classes> controllers/ site/ SiteController.groovy dashboard/ DashboardController.groovy org/example/myapp/views site/ SiteView.groovy dashboard/ DashboardView.groovy src/main/resources/ assets/ images/ mylogo.png org/example/myapp/views/ site/ header.ftl index.ftl dashboard/ dashboard.ftl Where the gist of each of those classes is: class MyApp extends