[Geoserver-devel] [JIRA] (GEOS-10411) Incorrect Encoding of Language in INSPIRE extension

Yalın Eren Deliorman created an issue

GeoServer / BugGEOS-10411

Incorrect Encoding of Language in INSPIRE extension

Issue Type:

BugBug

Assignee:

Yalın Eren Deliorman

Created:

07/Mar/22 12:48 PM

Environment:

When a getCapabilities request is done while INSPIRE is active

  1. inspire_common tag is removed when no SupportedLanguage is present.

    <inspire_common:SupportedLanguage/>
    
  2. When a SupportedLanguage is present it should be wrapped with inspire_common:Language.

Before Fix:

<inspire_common:SupportedLanguage>eng</inspire_common:SupportedLanguage>

After Fix:

<inspire_common:SupportedLanguage>
  <inspire_common:Language>eng</inspire_common:Language>
</inspire_common:SupportedLanguage>

Priority:

MediumMedium

Reporter:

Yalın Eren Deliorman

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#100195-sha1:2787fd6)

Atlassian logo