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

UriParser Fix for decoding files with open square bracket #562

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

japplis
Copy link
Contributor

@japplis japplis commented Jul 3, 2024

Detection of IPv6 ip addresses should ignore decoding of %nn text. It is done at the moment in the buffer length (from decode(String) instead of where the host name should be. This result in incorrect decoding of files like 'file%20[hello%20world].txt as all text after [ (and before ] if present) is not decoded.

@garydgregory
Copy link
Member

See also #558

@japplis
Copy link
Contributor Author

japplis commented Jul 30, 2024

Master merged. #558 is not related to this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants