Nicolas De Smyter created GEOS-6060 |
Issue Type: |
Bug |
Affects Versions: |
2.4.0 |
Assignee: |
|
Components: |
REST |
Created: |
27/Sep/13 8:31 AM |
Description: |
If I run the following command once, my layer is added with enabled=false; if I run the code twice the layer becomes enabled. curl -u username:password -XPUT -H “Content-Type: image/tiff” --data-binary @path “server/rest/workspaces/workspace/coveragestores/name/file.geotiff” It’s weird that it adds the layer both times, results both times in HTTP 201; but the result is different. It isn’t logical that the first time it is enabled=false and the second time enabled=true. After the second time, it stays on enabled=true. Would be more consistent if it was enabled=true from the beginning. |
Project: |
|
Labels: |
rest coveragestores layer |
Priority: |
Minor |
Reporter: |