Display Web Page - Not Working For Projects With Spaces
Status: Beta
Brought to you by:
kpadegaonkar
The 'Display Web Page' function does not display the correct page if the CC project in question contains spaces.
For example, if the project is called 'Test Client' it will attempt to load 2 browser tabs/windows, one navigating to 'http://<server_name>:<port>/dashboard/build/detail/Test' and the other to 'Client'.
Project URIs should be escaped, so the example above would become 'http://<server_name>:<port>/dashboard/build/detail/Test%20Client'.