| Currently the DataStoreFileController is doing something weird. Basically it is possible to upload a zip file containing vectorial dataset to be added to a DB datastores. The DataStoreFileController blindly unzip it into a common folder named like the DB datastore. There is no way to cleanup this folder, since the check is done before the zip is uploaded. After that there are only two possibilities to configure the FeatureTypes: 1. By default it configures just the first one he finds on the folder, ignoring the files just uploaded 2. By settings the property "configure=all" it reconfigures ALL the files present on that folder, even the old ones. |