[Geoserver-devel] [jira] (GEOS-6108) Rest API cannot delete a store with a . in the name

Chantal Pritchard created BugGEOS-6108
Rest API cannot delete a store with a . in the name

Issue Type:

BugBug

Affects Versions:

2.1.4

Assignee:

Andrea Aime

Created:

23/Oct/13 12:10 PM

Description:

Using Rest API to try to delete a store coverage called ‘AB_UTM11_0.4m_2012_reharvest’ results in the following error:

2013-10-23 09:23:37,737 ERROR [geoserver.rest] - No such coverage store: nwgeo,AB_UTM11_0
2013-10-23 09:23:37,737 ERROR [geoserver.rest] -
org.geoserver.rest.RestletException
at org.geoserver.catalog.rest.CoverageStoreFinder.findTarget(CoverageStoreFinder.java:31)

2013-10-23 09:23:37,746 INFO [org.geoserver] - Loaded store ‘AB_UTM11_0.4m_2012_reharvest’, enabled
2013-10-23 09:23:37,746 ERROR [geoserver.rest] - :Store ‘AB_UTM11_0.4m_2012_reharvest’ already exists in workspace ‘nwgeo’
2013-10-23 09:23:37,746 ERROR [geoserver.rest] -
org.geoserver.rest.RestletException: java.lang.IllegalArgumentException: Store ‘AB_UTM11_0.4m_2012_reharvest’ already exists in workspace ‘nwgeo’

It appears that it is having problems with the . in the file name

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Chantal Pritchard

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)