This change breaks static file serving, since the file variable at RatpackServlet.groovy:106 is no longer defined. The fix seems easy, though: I just had to add def file = staticFileFrom(url) on the line before. If you can add that, I'll be glad to merge this change in.
This change breaks static file serving, since the
file
variable atRatpackServlet.groovy:106
is no longer defined. The fix seems easy, though: I just had to adddef file = staticFileFrom(url)
on the line before. If you can add that, I'll be glad to merge this change in.