|
Christopher Dresel created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.9.0 |
Assignee: |
Unassigned |
Components: |
REST |
Created: |
12/Jul/16 2:50 PM |
Priority: |
|
Reporter: |
|
Original Estimate: |
1 hour |
Remaining Estimate: |
1 hour |
When CoverageStores are created by setting the file via xml, the creation of the Coverage ignores the given name and uses nativeCoverageName instead. This is because the name is not set after building the coverage, see here. Something like the following should be enough to avoid this bug:
Steps to reproduce: Post rest/workspaces/
Post rest/workspaces/TestWorkspace/coveragestores
Post rest/workspaces/TestWorkspace/coveragestores/TestCoverageStore/coverages <coverage xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema”> GET rest/workspaces/TestWorkspace/coveragestores/TestCoverageStore/coverages/TestCoverage => Results in 404 |
This message was sent by Atlassian JIRA (v1000.141.2#100004-sha1:e5e3d33) |
|