Please fill out the issue checklist below and provide ALL the requested information.
Given cf push -f manifest.yml
When the manifest.yml file contains at least one application route ending with / (slash)
Then the cf cli shows the error message For application '<app_name>': Path cannot be a single '/'.
Expected behavior
The same command runs on version 6 without issues. The issue only appears up to version 7.
Please fill out the issue checklist below and provide ALL the requested information.
Given
cf push -f manifest.ymlWhen the
manifest.ymlfile contains at least one application route ending with/(slash)Then the
cf clishows the error messageFor application '<app_name>': Path cannot be a single '/'.Expected behavior
The same command runs on version 6 without issues. The issue only appears up to version 7.