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

Fix vsiSuffix extraction for GDAL provider #59115

Closed

Conversation

nyalldawson
Copy link
Collaborator

Manual backport of #58240

1. Extract VSI suffixes only with slashes which prevents mishandling of
domains like foo.ziplock.localdomain. The .zip TLD is still affected and
requires major refactoring.

2. Do not extract suffixes from *.gz files as they aren't archives.

(cherry picked from commit 24712fc)
@nyalldawson nyalldawson added the Backport Is a backport of another pull request label Oct 17, 2024
@github-actions github-actions bot added this to the 3.40.0 milestone Oct 17, 2024
@nyalldawson
Copy link
Collaborator Author

Refs #59106

@nyalldawson
Copy link
Collaborator Author

Ok, this isn't safe to backport as is -- it relies on deeper changes which occurred elsewhere.

@nyalldawson nyalldawson deleted the backport_58240 branch October 17, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Is a backport of another pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant