Bug 516588 - Add support for periods in app name field of Application Deployment Wizard
Summary: Add support for periods in app name field of Application Deployment Wizard
Status: RESOLVED FIXED
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: 1.0.3   Edit
Hardware: PC Windows 7
: P3 normal
Target Milestone: 1.1.0 M7   Edit
Assignee: Jonathan West CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2017-05-12 11:30 EDT by Jonathan West CLA
Modified: 2017-05-19 14:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan West CLA 2017-05-12 11:30:45 EDT
If you attempt to publish a Web Project containing periods in the name (eg the Eclipse project is named "sample.servlet"), we have discovered an issue where the application deployment wizard's unique hostname generation algorithm will keep trying (and failing) to find a valid unique subdomain name and thus never complete (fortunately it is fully cancellable and does not block the workbench UI thread.)

However, generally speaking, periods in the application deployment name should be supported by the wizard. With this new behaviour, periods will be stripped out of the app name when used to set the subdomain (sample.servlet -> sampleservlet), which is how the CF CLI handles this scenario.
Comment 1 Eclipse Genie CLA 2017-05-12 12:02:41 EDT
GitHub Pull Request 64 created by [jgwest]
https://github.com/eclipse/cft/pull/64