Javalin: ContentType not set by ResourceHandler when debug-logging is enabled

Created on 22 Jul 2018  路  3Comments  路  Source: tipsy/javalin

Most helpful comment

IMHO, removing the content of the static files from the debug log would be a good thing

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings