Opened 3 years ago
Last modified 11 months ago
#995 assigned defect
Open should actually try to GDALOpen the data source in question to test if it valid
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | 4.2.0 |
Component: | GDAL Provider | Version: | 4.1.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Right now on Open() the GDAL provider will always set the internal connection state to FdoConnectionState_Open
The Open() method should at least try to GDALOpen
the referenced data source first.
Right now this provider behavior means that all GDAL connection tests in MapGuide will always pass. You can feed garbage data source strings and on MapGuide's end it will still be considered a successful test.
Change History (2)
comment:1 by , 3 years ago
Summary: | Open should actually try to GDALOpen the data source in question to test if i → Open should actually try to GDALOpen the data source in question to test if it valid |
---|
comment:2 by , 11 months ago
Milestone: | 4.1.0 → 4.2.0 |
---|
Note:
See TracTickets
for help on using tickets.