Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.1.x
-
Fix Version/s: None
-
Component/s: REST
-
Labels:None
-
Number of attachments :
Description
I am unable to upload a WorldImage file via RESTConfig and have it automatically configured. GeoServer gives an unhelpful NullPointerException when I do so.
Here is a curl command that produces the behavior I am seeing using the Pk50095 layer from the release dataset:
zip payload.zip Pk50095.* && curl 'http://admin:geoserver@localhost:8080/geoserver/rest/workspaces/default/coveragestores/Pk90095/file.worldimage' -v -T payload.zip -H 'Content-Type: application/zip'
I don't see this behavior on current GeoServer trunk