[
https://issues.jboss.org/browse/JBIDE-20456?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-20456:
-------------------------------------
Description:
1. EXEC: open connection wizard
2. EXEC: in wizard:
* Type: OpenShift 3
* Server:
https://console.stg.openshift.com
* Auth protocol OAuth
3. EXEC: Click on the "retrieve" link
=> Nothing happens, a new window should be opened, to display the authentication token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning early
because of StringUtils.isBlank(pageModel.getHost()). Host is null
was:
# EXEC: open connection wizard
# EXEC: in wizard:
* Type: OpenShift 3
* Server:
https://console.stg.openshift.com
* Auth protocol OAuth
# EXEC: Click on the "retrieve" link
=> Nothing happens, a new window should be opened, to display the authentication token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning early
because of StringUtils.isBlank(pageModel.getHost()). Host is null
Connection wizard: Can no longer create a new OS3 connection
------------------------------------------------------------
Key: JBIDE-20456
URL:
https://issues.jboss.org/browse/JBIDE-20456
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Assignee: Andre Dietisheim
Priority: Blocker
Labels: connection_wizard, openshift_v3
Fix For: 4.3.0.CR1
1. EXEC: open connection wizard
2. EXEC: in wizard:
* Type: OpenShift 3
* Server:
https://console.stg.openshift.com
* Auth protocol OAuth
3. EXEC: Click on the "retrieve" link
=> Nothing happens, a new window should be opened, to display the authentication
token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning early
because of StringUtils.isBlank(pageModel.getHost()). Host is null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)