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

Can't decode character '+' to space #1

Open
yees-dd opened this issue Jan 8, 2021 · 3 comments
Open

Can't decode character '+' to space #1

yees-dd opened this issue Jan 8, 2021 · 3 comments

Comments

@yees-dd
Copy link

yees-dd commented Jan 8, 2021

No description provided.

@dnmfarrell
Copy link
Owner

Hi, thanks for reporting this. Do you have some example code to reproduce the issue?

@ssrlive
Copy link

ssrlive commented Jan 1, 2022

for example

ss://[email protected]:10055/#holy+%2B+shit

ssrlive added a commit to ShadowsocksR-Live/uri-encode-c that referenced this issue Jan 1, 2022
@dnmfarrell
Copy link
Owner

I think the trouble is decoding + to space may be correct in the query, but not elsewhere, like the path. So the library would have to be changed to parse URIs in order to decide the correct treatment of "+".

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

No branches or pull requests

3 participants