Menu

#6 Display Web Page - Not Working For Projects With Spaces

open
nobody
None
5
2008-04-23
2008-04-23
Anonymous
No

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'.

Discussion


Log in to post a comment.