geosolutions-it/MapStore

Feature editing do not correctly handle transaction exceptions

Closed this issue · 0 comments

nmco commented

To reproduce the issue we can add a read-only attribute rule in geofence, geoserver will respond with a NullPointer exception.

The feature editing tool always send all the attributes (even those who have not been modified). We should only send the attributes that have been modified.

If an exception happens we should correctly handle it and show the exception to the user.

anim