Opened 6 years ago

Closed 6 years ago

#29978 closed Bug (fixed)

GDALException not catched in GeometryField.to_python

Reported by: Claude Paroz Owned by: nobody
Component: GIS Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

With some wrong JSON inputs, a geometry form field will simply crash instead of reporting a validation error.

Change History (3)

comment:1 by Claude Paroz, 6 years ago

Has patch: set

comment:2 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Claude Paroz <claude@…>, 6 years ago

Resolution: fixed
Status: newclosed

In d7e18a50:

Fixed #29978 -- Catched GDALException in GeometryField.to_python

Note: See TracTickets for help on using tickets.
Back to Top