Skip to content
Permalink
Browse files

Merge pull request #12229 from jstourac/useHttpsWelcomePage

[WFLY-11993] Prefer HTTPS over plain-text HTTP in default welcome-con…
  • Loading branch information
kabir committed Apr 16, 2019
2 parents df0ab2d + 9265e36 commit 127e7f99558e4744cc5ef447519839403aff5a26
@@ -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 127e7f9

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