[Geoserver-devel] [jira] (GEOS-5171) rest api does not fall back on custom file data stores

Robert Marianski created ImprovementGEOS-5171
rest api does not fall back on custom file data stores

Issue Type:

ImprovementImprovement

Affects Versions:

2.2-beta3

Assignee:

Andrea Aime

Attachments:

0001-have-rest-api-also-try-file-data-access-factories.patch, 0002-better-generics-type-usage.patch

Components:

REST

Created:

14/Jun/12 12:13 PM

Description:

The rest api DataStoreFileResource has a hard coded list of formats that it supports.
https://github.com/geoserver/geoserver/blob/765f1ec993b1a285cdf5d3322a47bc961365564d/src/restconfig/src/main/java/org/geoserver/catalog/rest/DataStoreFileResource.java#L55

I have a custom data store, and I’d like to have the rest api pick that up as a fallback.

Patches attached. First one contains the relevant changes. Second one contains generic type changes that came along for the ride.

Fix Versions:

2.2-beta3

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Robert Marianski

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