results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

URL encode filenames of uploaded test result files

Open lukebjerring opened this issue 7 years ago • 0 comments

Test file paths should be url-encoded before being stored in the test results JSON.

Example: https://storage.googleapis.com/wptd/7a0cf8ade7/chrome-63.0-linux/html/syntax/parsing/html5lib_namespace-sensitivity.html?run_type=uri

Note that url-escaping the ? works correctly: https://storage.googleapis.com/wptd/7a0cf8ade7/chrome-63.0-linux/html/syntax/parsing/html5lib_namespace-sensitivity.html%2Erun_type=uri

lukebjerring avatar Nov 03 '17 16:11 lukebjerring