You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: