Ticket #2288 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

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

Reported by: tamas Assigned to: 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

03/25/08 18:14:13 changed by tamas

  • status changed from new to closed.
  • resolution set to fixed.

Applied in r14080 and r14081