[jboss-jira] [JBoss JIRA] (WFLY-9802) Minimize WildFly-specific stuff in welcome-content
Brian Stansberry (JIRA)
issues at jboss.org
Thu May 24 15:22:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-9802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned WFLY-9802:
--------------------------------------
Assignee: (was: Brian Stansberry)
> Minimize WildFly-specific stuff in welcome-content
> --------------------------------------------------
>
> Key: WFLY-9802
> URL: https://issues.jboss.org/browse/WFLY-9802
> Project: WildFly
> Issue Type: Task
> Components: Web (Undertow)
> Reporter: Brian Stansberry
>
> There are a number of welcome-content things that result in the need for overly complicated changes to convert the welcome-content for other branches (e.g. EAP).
> 1) Get rid of copyright headers.
> 2) Use HTML 5 DOCTYPE tag instead of 4.
> 3) -Rename files like wildfly.css to something generic so the same file name can be used elsewhere, just with different content.- (This is probably a bad idea as looking at the css the files are so different that they aren't really different variations of the same thing. Using the same file name will just lead to spurious merge conflicts.)
> 4) Add this:
> {code}
> <!-- proper charset -->
> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
> {code}
> 5) Clean up various whitespace etc stuff.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list