Anyone know why I constantly get the following information logged to my console when executing a JSF app ?

[04-11-17 08:12:45:859 EST] 5c005c HtmlRenderKit I net.sourceforge.myfaces.renderkit.html.HtmlRenderKitImpl No content type list given, creating HtmlResponseWriterImpl with default content type.

[04-11-17 08:12:45:869 EST] 5c005c HtmlResponseW I net.sourceforge.myfaces.renderkit.html.HtmlResponseWriterImpl No content type given, using default content type text/html

[04-11-17 08:12:45:869 EST] 5c005c HtmlResponseW I net.sourceforge.myfaces.renderkit.html.HtmlResponseWriterImpl No character encoding given, using default character encoding ISO-8859-1

 

This is in the header of each of my JSP pages:

<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></head>

 

Thanks in advance,

Mark

Reply via email to