Opened 16 years ago
Closed 16 years ago
#654 closed defect (fixed)
GETCONNECTIONPROPERTYVALUES operation results in a null pointer error
Reported by: | ronnielouie | Owned by: | ronnielouie |
---|---|---|---|
Priority: | high | Milestone: | 2.1 |
Component: | Web API | Version: | 2.0.1 |
Severity: | major | Keywords: | |
Cc: | External ID: | 778566 |
Description
On a server where there are no user or system ODBC DSN defined, pass the following URL to the browser,
The actual result will be: "Logic error. NULL pointer".
The expected result should be an empty string collection.
Note:
See TracTickets
for help on using tickets.
Fixed by adding a check for null, and creating an empty string collection if necessary for the http response.
http://trac.osgeo.org/mapguide/changeset/3261