[Geoserver-devel] [jira] Created: (GEOS-2578) Layers lose prefix

Layers lose prefix
-------------------

                 Key: GEOS-2578
                 URL: http://jira.codehaus.org/browse/GEOS-2578
             Project: GeoServer
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 1.7.0 , 1.7.1
            Reporter: Arne Kepp
            Assignee: Justin Deoliveira
             Fix For: 1.7.3

Data directory has many layers with the same name, distinguished only by different prefixes. These are used in layer groups.

The loading appears to work fine, but all the layers lose their prefixes here:

wms/src/main/java/org/vfny/geoserver/global/WMS.java , line 442

layers.append( l.getName()).append( "," );

The proxy code kicks in at this point and it get a bit tricky to track down exactly what is happening.

The layers themselves work fine, you get an exception if you try to open a layer group (WMS) or you will see all the layers without prefixes if you look in config / wms / content . Saving corrupts services.xml

--
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