The desired behavior is that only lemons.example.com is created. This more easily allows multiple apps with the same name on a CF to exist. For example, I can have app some-name in space1 and also app some-name in space2, but with different, non-clashing routes.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Given something like:
Two routes will be created:
The desired behavior is that only
lemons.example.com
is created. This more easily allows multiple apps with the same name on a CF to exist. For example, I can have appsome-name
in space1 and also appsome-name
in space2, but with different, non-clashing routes.