[Geoserver-devel] [JIRA] (GEOS-9582) Orphaned catalog settings in web administration screens

Jody Garnett created an issue

GeoServer / BugGEOS-9582

Orphaned catalog settings in web administration screens

Issue Type:

BugBug

Affects Versions:

2.17.0

Assignee:

Jody Garnett

Components:

Main, web

Created:

23/Apr/20 11:02 PM

Priority:

MediumMedium

Reporter:

Jody Garnett

I was looking at our data directories:

And have noticed a couple of things to clean up

global.xml use of onlineResource

Used by the welcome screen to make the “GeoServer is brought to you by The Ancient Geographers” link clickable. While “The Ancient Geographers” is presented as a link it is not navigable unless you manually edit the configuration to add the onlineResource shown below.

<global>
  <settings>
    <id>SettingsInfoImpl-14e8eba4:171a545ba94:-8000</id>
    <contact>
      <contactEmail>claudius.ptolomaeus@anonymised.com</contactEmail>
      <contactOrganization>The Ancient Geographers</contactOrganization>
      <contactPerson>Claudius Ptolomaeus</contactPerson>
      <onlineResource>https://geoserver.org/</onlineResource>
    </contact>
    ...

Suggest adding onlineResource back into the user interface, and not showing the link on the welcome page unless a value is provided.

Service Name and Title

Each of the services defined in minimal and release contain both name and title information:

<wfs>
  <id>wfs</id>
  <enabled>true</enabled>
  <name>WFS</name>
  <title>GeoServer Web Feature Service</title>
  ...
</wfs>

The user interface does not provide a way to edit name, although depending on the protocol it may be used.

WFS 2.0.0 GetCapabilities:

<wfs:WFS_Capabilities version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8080/geoserver/schemas/wfs/2.0/wfs.xsd" updateSequence="152">
  <ows:ServiceIdentification>
  <ows:Title>GeoServer Web Feature Service</ows:Title>
  ...

WMS 1.3.0 GetCapabilities:

<WMS_Capabilities version="1.3.0" updateSequence="152" xsi:schemaLocation="http://www.opengis.net/wms http://localhost:8080/geoserver/schemas/wms/1.3.0/capabilities_1_3_0.xsd">
  <Service>
    <Name>WMS</Name>
    <Title>GeoServer Web Map Service</Title>
  ...

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100125-sha1:63ccdc5)

Atlassian logo