javamelody/grails-melody-plugin

Sometimes Content-Type header missing

Closed this issue · 2 comments

With plugin version 1.62 sometimes Content-Type header missing for views without layout
Usually, a response has:

Content-Type:text/html;charset=UTF-8
But for some tires of same page loading -- it's missing

I have tried to add to view following code -- no result

<%@ page contentType="text/html;charset=UTF-8" %>

After removing plugin everything works well

Grails version 3.1.14

sorry, bug was produced not by plugin

ok, thanks