]
Josef Kopriva closed JBIDE-26530.
---------------------------------
Closing. Works as expected.
Verified in:
Red Hat CodeReady Studio
Version: 12.11.0.GA
Build id: GA-v20190318-0421-B4230
Build date: 20190318-0421
Connection wizard: Login command with "_" in the token
results in erroneous token being used
--------------------------------------------------------------------------------------------
Key: JBIDE-26530
URL:
https://issues.jboss.org/browse/JBIDE-26530
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.10.0.AM1
Reporter: Andre Dietisheim
Assignee: Josef Kopriva
Priority: Major
Fix For: 4.11.0.AM1
Attachments: image-2019-01-23-11-51-15-428.png
steps:
# ASSERT: copy the following login command into your clipboard:
{code}oc login
https://api.starter-us-east-2.openshift.com --token=12345_67890{code}
# EXEC: in Eclipse: launch connection wizard
# EXEC: verify the token that's being used
Result:
The token that's being presented in the connection wizard ist *12345*
!image-2019-01-23-11-51-15-428.png!
Expected result:
The token that's being used should be *12345_67890*