Ticket #2363 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

HTTP driver doesn't GDALOpen the right filename when falling back to /tmp

Reported by: rouault Assigned to: rouault
Priority: normal Milestone: 1.5.2
Component: GDAL_Raster Version: 1.5.0
Severity: normal Keywords: http
Cc: warmerdam

Description

When GDALOpen fails on /vsimem/http/XXXXX, the http driver makes a copy of the file to the /tmp directory, but still tries to open the file in /vsimem.

Change History

05/10/08 08:41:22 changed by rouault

  • status changed from new to assigned.

05/10/08 08:43:25 changed by rouault

  • status changed from assigned to closed.
  • cc set to warmerdam.
  • resolution set to fixed.

Fixed in trunk in r14421 and in branches/1.5 in r14422