Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xbps-fetch: don't url-escape tilde character in path #607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmbeard
Copy link

@gmbeard gmbeard commented Dec 7, 2024

This prevents the tilde (~) character from being escaped as %7e in paths.

For example, this URL didn't previously resolve correctly...

http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz

Fixes #606

This prevents the tilde (`~`) character from being escaped as
`%7e` in paths.

For example, this URL didn't previously resolve correctly...

```
http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz
```

Fixes void-linux#606
@gmbeard gmbeard force-pushed the fix/xbps-fetch-tilde-path-character branch from df4f1a0 to 444e8a3 Compare December 8, 2024 14:47
@gmbeard gmbeard changed the title xbps-fetch: don't url-encode tilde character in path xbps-fetch: don't url-escape tilde character in path Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xbps-fetch: tilde character shouldn't be url-escaped
1 participant