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

Commits on Oct 17, 2024

  1. Fix vsiSuffix extraction for GDAL provider

    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)
    r.abdullaev authored and nyalldawson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    313020a View commit details
    Browse the repository at this point in the history