RESOLVED FIXED276506
results.html fails to find actual/expected/etc. files for tests with percent-encoded names
https://bugs.webkit.org/show_bug.cgi?id=276506
Summary results.html fails to find actual/expected/etc. files for tests with percent-...
Sam Sneddon [:gsnedders]
Reported 2024-07-11 14:08:03 PDT
e.g., we see 404 errors when trying to view the diff of `imported/w3c/web-platform-tests/xhr/xmlhttprequest-timeout-abortedonmain.html?aborted%20after%20TIME_DELAY`, because it's trying to load xmlhttprequest-timeout-abortedonmain_aborted%20after%20TIME_DELAY-pretty-diff.html rather than xmlhttprequest-timeout-abortedonmain_aborted%2520after%2520TIME_DELAY-pretty-diff.html (note the percents being encoded as %25, because the filename on disk includes literal percents) rdar://131409141
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2024-07-11 14:11:30 PDT
EWS
Comment 2 2024-07-11 16:48:49 PDT
Committed 280881@main (99cb6b1f2f9e): <https://commits.webkit.org/280881@main> Reviewed commits have been landed. Closing PR #30716 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.