Opened 16 years ago

Closed 16 years ago

#2288 closed defect (fixed)

GDALDriverManager::AutoLoadDrivers adds an extra trailing backslash in the plugin search directory

Reported by: tamas Owned by: tamas
Priority: normal Milestone: 1.5.2
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Actually gdal adds a double backslash when calling _findfirst (like mydir\gdalplugins
*.*) which is not tolerated very well in IIS CGI environment. I'm preparing to remove this extra slash in GDALDriverManager::AutoLoadDrivers() in the trunk and the stable branch.

Change History (1)

comment:1 by tamas, 16 years ago

Resolution: fixed
Status: newclosed

Applied in r14080 and r14081

Note: See TracTickets for help on using tickets.