[Geoserver-devel] [JIRA] (GEOS-7682) layers with the same name from different workspaces cannot be distinguished in a layers.xml call

Alessandro Pasotti created an issue

GeoServer / BugGEOS-7682

layers with the same name from different workspaces cannot be distinguished in a layers.xml call

Issue Type:

BugBug

Affects Versions:

2.9.1

Assignee:

Unassigned

Components:

REST

Created:

16/Aug/16 12:15 PM

Priority:

MediumMedium

Reporter:

Alessandro Pasotti

I’ve configured two layers with the same name ‘roads’ in two different ws: ‘sf’ and ‘sf2’, this is what I get from

http://localhost:8080/geoserver/rest/layers.xml

<layers>
<layer>
<name>roads</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/roads.xml" type="application/xml"/>
</layer>
<layer>
<name>roads</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/roads.xml" type="application/xml"/>
</layer>
<layer>
</layers>

there is no way to tell them apart

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.245.1#100009-sha1:a18e8d3)

Atlassian logo