Skip to content
Permalink
Browse files

[WFLY-11993] Prefer HTTPS over plain-text HTTP in default welcome-con…

…tent

We probably want to prefer HTTPS over simple HTTP when redirecting users
to external links or resources in our default welcome-content stuff.
  • Loading branch information
jstourac committed Apr 15, 2019
1 parent 2ee5a99 commit 9265e367f1a8ce3e48c6fed314822ace6b5a5c96
@@ -21,13 +21,13 @@ <h1>Welcome to WildFly</h1>

<h3>Your WildFly instance is running.</h3>

<p><a href="http://docs.wildfly.org">Documentation</a> | <a href="http://github.com/wildfly/quickstart">Quickstarts</a> | <a href="/console">Administration
<p><a href="https://docs.wildfly.org">Documentation</a> | <a href="https://github.com/wildfly/quickstart">Quickstarts</a> | <a href="/console">Administration
Console</a> </p>

<p><a href="http://wildfly.org">WildFly Project</a> |
<p><a href="https://wildfly.org">WildFly Project</a> |
<a href="https://community.jboss.org/en/wildfly">User Forum</a> |
<a href="https://issues.jboss.org/browse/WFLY">Report an issue</a></p>
<p class="logos"><a href="http://jboss.org"><img src="jbosscommunity_logo_hori_white.png" alt="JBoss and JBoss Community" width=
<p class="logos"><a href="https://www.jboss.org"><img src="jbosscommunity_logo_hori_white.png" alt="JBoss and JBoss Community" width=
"195" height="37" border="0"></a></p>

<p class="note">To replace this page simply deploy your own war with / as its context path.<br />
@@ -21,13 +21,13 @@ <h1>Welcome to WildFly</h1>

<h3>Your WildFly instance is running.</h3>

<p><a href="http://docs.wildfly.org">Documentation</a> | <a href="http://github.com/wildfly/quickstart">Quickstarts</a></p>
<p><a href="https://docs.wildfly.org">Documentation</a> | <a href="https://github.com/wildfly/quickstart">Quickstarts</a></p>

<p><a href="http://wildfly.org/">WildFly AS Project</a> |
<p><a href="https://wildfly.org/">WildFly AS Project</a> |
<a href="https://community.jboss.org/en/wildfly">User Forum</a> |
<a href="https://issues.jboss.org/browse/WFLY">Report an issue</a></p>

<p class="logos"><a href="http://jboss.org"><img src="jbosscommunity_logo_hori_white.png" alt="JBoss and JBoss Community" width=
<p class="logos"><a href="https://www.jboss.org"><img src="jbosscommunity_logo_hori_white.png" alt="JBoss and JBoss Community" width=
"195" height="37" border="0"></a></p>

<p class="note">To replace this page simply deploy your own war with / as its context path.<br />

0 comments on commit 9265e36

Please sign in to comment.
You can’t perform that action at this time.