Ticket #2288 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by tamas

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

Applied in r14080 and r14081

Note: See TracTickets for help on using tickets.