pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

pvdc_migrate_vms double escaping vc_name, causes lookup failure

Open jlarmstrong opened this issue 4 years ago • 0 comments

Reference: https://github.com/vmware/pyvcloud/blob/16390969c84c1b82359934d48b8aaa1a98be2113/pyvcloud/vcd/platform.py#L768

The use of urllib.parse.quote(vc_name) causes "_" and other special characters to be double escaped in the request.

jlarmstrong avatar Aug 13 '20 15:08 jlarmstrong