[
https://issues.jboss.org/browse/WFLY-12115?page=com.atlassian.jira.plugin...
]
Ivo Studensky updated WFLY-12115:
---------------------------------
Description:
If only https is enabled the admin console shows no server url at {{Runtime -> Hosts
-> <Host name> -> <Server name>}}.
There is a filter for socket bindings which starts with {{http}} in
{{org.jboss.hal.core.runtime.server.ServerUrlTasks}} which takes the first such binding
regardless it is bound (enabled) or not, see \[1\]. This then leads to n/a at line 128,
see \[2\].
\[1\]
https://github.com/hal/console/blob/develop/core/src/main/java/org/jboss/...
\[2\]
https://github.com/hal/console/blob/develop/core/src/main/java/org/jboss/...
was:See attached screenshot, it shows the URL which is not valid if you remove the
http-interface and just have the https-interface
Console shows server URL as n/a if http is disabled
---------------------------------------------------
Key: WFLY-12115
URL:
https://issues.jboss.org/browse/WFLY-12115
Project: WildFly
Issue Type: Bug
Components: Web Console
Reporter: Ivo Studensky
Assignee: Ivo Studensky
Priority: Minor
If only https is enabled the admin console shows no server url at {{Runtime -> Hosts
-> <Host name> -> <Server name>}}.
There is a filter for socket bindings which starts with {{http}} in
{{org.jboss.hal.core.runtime.server.ServerUrlTasks}} which takes the first such binding
regardless it is bound (enabled) or not, see \[1\]. This then leads to n/a at line 128,
see \[2\].
\[1\]
https://github.com/hal/console/blob/develop/core/src/main/java/org/jboss/...
\[2\]
https://github.com/hal/console/blob/develop/core/src/main/java/org/jboss/...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)