Reference repo: https://github.com/PascalLeMerrer/javalin-content-type-issue
@PascalLeMerrer this can be fixed by passing the unwrapped response to Jetty's resource handler, but then the debug logs will not contain the body of static files (which is probably fine). What do you think?
IMHO, removing the content of the static files from the debug log would be a good thing
Most helpful comment
IMHO, removing the content of the static files from the debug log would be a good thing