Opened 16 years ago

Closed 16 years ago

#2363 closed defect (fixed)

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

Reported by: Even Rouault Owned by: Even 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 (2)

comment:1 by Even Rouault, 16 years ago

Status: newassigned

comment:2 by Even Rouault, 16 years ago

Cc: warmerdam added
Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.