server open command errors when URI contains special characters
Description
server open command errors when URI contains special characters. This is because it delegates to the browse command and doesn't escape the URI parameter.
The code instead needs to quote and escape the thisUrl variable since it could contain equals signs, etc
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
server open command errors when URI contains special characters. This is because it delegates to the browse command and doesn't escape the URI parameter.
The code instead needs to quote and escape the thisUrl variable since it could contain equals signs, etc