]
Andre Dietisheim resolved JBIDE-18665.
--------------------------------------
Resolution: Won't Fix
resolving all OpenShift 2 issues since support for OpenShift faded out.
Application wizard: Should not use project-name as application name
if it's invalid, should sanitze it
------------------------------------------------------------------------------------------------------
Key: JBIDE-18665
URL:
https://issues.jboss.org/browse/JBIDE-18665
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.CR2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Minor
Labels: application_wizard, openshift_v2
Fix For: 4.5.3.Final
Attachments: non-alphanumeric-application-name.png
In JBIDE-18052 we started using the project name as suggested application name. If the
project name is using non-alphanumeric characters, the suggested application name is
invalid. We should not suggest invalid application names, we should sanitize those names
before suggesting those.