[
https://issues.apache.org/jira/browse/OFBIZ-6759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049860#comment-15049860 ]
Pierre Smits commented on OFBIZ-6759:
-------------------------------------
In that commit you added:
{code}
<meta http-equiv="Content-Language" content="en" />
{code}
But the language is now hard coded. Shouldn't this be based on:
* the preference of the user, and/or
* based on configuration settings for the instantiation (especially in a multi-tenant setup from system properties)?
> Improves HTTP header
> --------------------
>
> Key: OFBIZ-6759
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6759> Project: OFBiz
> Issue Type: Improvement
> Components: framework, themes
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Minor
>
> After looking at
https://cyh.herokuapp.com/cyh and
https://www.owasp.org/index.php/List_of_useful_HTTP_headers and checking what we currently use as/in HTTP header fields in themes and other places I think it's time to update the header.
> The idea is to create a new header FTL template in framework/image and to include it "where needed" and possibly refactor what currently exist.
> As there are many ways to define "where needed". I decided to keep things simple. There are (case insensitive) 324 occurences of "<head>", 112 occurences of "<html" but only 16 occurences of "<html lang=" and only 12 in FTL templates (others are in jQuery files)
> Most of the 112 occurences of "<html" belong to email templates. So I will focus on the not email templates cases among the 12 in FTL templates.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)