Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#3851 closed defect (fixed)

HDF5 fails when using UNC paths

Reported by: rprinceley Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: HDF5
Cc:

Description

Call to CSLTokenizeString2 should include CSLT_PRESERVEESCAPES to preserve slashes:

    /* -------------------------------------------------------------------- */
    /*      Create a corresponding GDALDataset.                             */
    /* -------------------------------------------------------------------- */
    /* printf("poOpenInfo->pszFilename %s\n",poOpenInfo->pszFilename); */
    char **papszName = CSLTokenizeString2(  poOpenInfo->pszFilename,
                                            ":", CSLT_HONOURSTRINGS );

Change History (2)

comment:1 by warmerdam, 13 years ago

Keywords: HDF5 added
Milestone: 1.7.4
Resolution: fixed
Status: newclosed

Analysis confirmed, and fixed in trunk (r21169) and 1.7 branch (r21170). Let me know if you need it elsewhere.

comment:2 by Even Rouault, 10 years ago

Milestone: 1.7.4

Milestone 1.7.4 deleted

Note: See TracTickets for help on using tickets.