geosolutions-it / MapStore

The code of the most recent version of mapstore is hosted as geosolutions-it/MapStore2
https://github.com/geosolutions-it/MapStore2
GNU General Public License v3.0
31 stars 43 forks source link

Feature editing do not correctly handle transaction exceptions #879

Closed nmco closed 8 years ago

nmco commented 8 years ago

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