I think there is a bug in the controller, when `grails.mime.file.extensions` is true ``` def path = gmfe ? params.path + ".$request.format" : params.path ``` `request.format` is always "all", `response.format` contains the right value eg. "js" or "css"