Uh oh!
There was an error while loading. Please reload this page.
fix: invalid character in header on Windows - #2491
Conversation
57c2180 to
92507c8Compare92507c8 to
d3f7d77CompareThere hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
szymonrybczak
commented
Feb 4, 2025
cc @huntie can you take a look if this one doesn't introduce any regressions? |
There hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
huntie
commented
May 23, 2025
@szymonrybczak I don't really have a Windows machine to hand, please validate on your end. |
There hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
Summary:
Fixes#2279
Fixes#2449
Some paths to current working directory contains characters that are invalid for header inside the request specifically on Windows - by wrapping path inside
URL()class we're sure that characters are correctly coded.Checklist