Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6691 closed defect (fixed)

Fix for #6681 in 2.1.2RC1 causes a regression in PLScenes driver

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: plscenes
Cc:

Description

Raster random access with PLScenes V1 API no longer work due to CPL_VSIL_CURL_ALLOWED_EXTENSIONS being used more often. This is more an issue with the PLScenes driver itself that has weird URLs with . in them.

Change History (2)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35827:

Fix regression in PLScenes V1 raster random access. Add a CPL_VSIL_CURL_ALLOWED_FILENAME config option to solve that (fixes #6691)

comment:2 by Even Rouault, 8 years ago

In 35828:

Fix regression in PLScenes V1 raster random access. Add a CPL_VSIL_CURL_ALLOWED_FILENAME config option to solve that (fixes #6691)

Note: See TracTickets for help on using tickets.