HTML Charset Not Specified
Answered
My Security Tools flagged this as an issue. Is there a way to specify response charsets?
My Security Tools flagged this as an issue. Is there a way to specify response charsets?
As of 7.4.11 and 8.0.4 or higher, it is now possible to configure response encoding charsets.
This can be added into <YellowfinInstall>/appserver/webapps/ROOT/WEB-INF/web.xml within the <webapp> tags:
Adding this will specify UTF-8 as the response charset. This change will require a restart of the Yellowfin service.
As of 7.4.11 and 8.0.4 or higher, it is now possible to configure response encoding charsets.
This can be added into <YellowfinInstall>/appserver/webapps/ROOT/WEB-INF/web.xml within the <webapp> tags:
Adding this will specify UTF-8 as the response charset. This change will require a restart of the Yellowfin service.
Replies have been locked on this page!