[Geoserver-devel] [jira] Created: (GEOS-4529) RESTConfig worldimage upload fails

RESTConfig worldimage upload fails
----------------------------------

                 Key: GEOS-4529
                 URL: http://jira.codehaus.org/browse/GEOS-4529
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 2.1.x
            Reporter: David Winslow
            Assignee: Andrea Aime

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:

{code}
zip payload.zip Pk50095.* && curl 'http://admin:geoserver@anonymised.com:8080/geoserver/rest/workspaces/default/coveragestores/Pk90095/file.worldimage’ -v -T payload.zip -H 'Content-Type: application/zip'
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira