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

Prevent URL decoding of filenames for specific schemes #2866

Closed
marevol opened this issue Jan 9, 2025 · 0 comments
Closed

Prevent URL decoding of filenames for specific schemes #2866

marevol opened this issue Jan 9, 2025 · 0 comments
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Jan 9, 2025

This change ensures that filenames are not URL-decoded for specific schemes (smb:, smb1:, ftp:) during their retrieval. This modification addresses issues where unnecessary decoding caused unexpected filename transformations. The updated logic now skips decoding for these schemes while retaining the behavior for others.

@marevol marevol added this to the 14.19.0 milestone Jan 9, 2025
@marevol marevol self-assigned this Jan 9, 2025
@marevol marevol closed this as completed in 162081c Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant