Skip to content

Dataverse shapefile API not catching potential null #3141

@raprasad

Description

@raprasad

This bug was put into the last release:

    String joinDescription = jsonInfo.getString("joinDescription");

Fix:

    String joinDescription = jsonInfo.getString("joinDescription", null);

For the interim, it is fixed at the Geoconnect level by passing an empty string in the JSON instead of a null.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions