Opened 15 years ago
Closed 14 years ago
#1080 closed defect (fixed)
impossible to select features if one value is null, using the HTTP interface
Reported by: | ksgeograf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Web API | Version: | 2.1.0 |
Severity: | trivial | Keywords: | MgNullValuePropertyException |
Cc: | External ID: |
Description
Issuing a SelectFeatures over the HTTP interface will throw a MgNullPropertyValueException if one of the returned items have a null value.
I tested this with an SDF FeatureSource to make sure that it was not a provider specific issue.
The error is not logged in the Error.log and the Access.log reports the operation as "Success".
Perhaps a leftover issue from issue #456.
Note:
See TracTickets
for help on using tickets.
Fix for #708 also fixes this.