Jody Garnett ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-9582?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 ) GEOS-9582 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9582?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 ) Orphaned catalog settings in web administration screens ( 
https://osgeo-org.atlassian.net/browse/GEOS-9582?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.17.0 Assignee: Jody Garnett ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3
 ) Components: Main, web Created: 23/Apr/20 11:02 PM Priority: Medium Reporter: 
Jody Garnett ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3
 )

I was looking at our data directories:

* https://github.com/geoserver/geoserver/tree/master/data/release
* https://github.com/geoserver/geoserver/tree/master/data/minimal

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.ptoloma...@gmail.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>
 ...

( 
https://osgeo-org.atlassian.net/browse/GEOS-9582#add-comment?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9582#add-comment?atlOrigin=eyJpIjoiMDAxYTFhYWZjNTljNGI0NWJhNTdiYjBhZGVjZjAxZjMiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100125- 
sha1:63ccdc5 )
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to