]
Fred Bricon edited comment on JBIDE-22596 at 6/13/16 12:56 PM:
---------------------------------------------------------------
Proposed fix disables domain validation
cc [~akazakov]
was (Author: fbricon):
Proposed fix disable domain validation
Impossible to connect to OpenShift when landrush is enabled (instead
of xip.io)
-------------------------------------------------------------------------------
Key: JBIDE-22596
URL:
https://issues.jboss.org/browse/JBIDE-22596
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.4.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Blocker
When landrush is enabled on the CDK, the Docker registry url is
https://hub.openshift.openshift.cdk, it's stored in the OpenShift connection
properties when launching the CDK server adapter.
However, URL validation fails on that url, thus preventing the Connection wizard to
finish, because *.cdk urls are not valid. Indeed cdk is not a known/valid TLD, according
to Apache's commons UrlValidator