Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display footer rss endpoint(s) when OGC API Records service is enabled #7094

Merged
merged 6 commits into from
May 24, 2023

Conversation

josegar74
Copy link
Member

When OGC API Records is enabled, display in the footer rss endpoint link(s):

rss-endpoint-footer

@josegar74 josegar74 added this to the 4.2.5 milestone May 22, 2023
@josegar74 josegar74 requested a review from fxprunayre May 22, 2023 14:57
ServiceContext context = ApiUtils.createServiceContext(request);
ServerBeanPropertyUpdater.updateURL(info.getSiteUrl() +
ServerBeanPropertyUpdater.updateURL(settingUnfo.getSiteUrl() +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ServerBeanPropertyUpdater.updateURL(settingUnfo.getSiteUrl() +
ServerBeanPropertyUpdater.updateURL(settingInfo.getSiteUrl() +

josegar74 and others added 3 commits May 23, 2023 08:05
Co-authored-by: François Prunayre <fx.prunayre@gmail.com>
Co-authored-by: François Prunayre <fx.prunayre@gmail.com>
Co-authored-by: François Prunayre <fx.prunayre@gmail.com>
@fxprunayre fxprunayre merged commit 2065380 into geonetwork:main May 24, 2023
juanluisrp added a commit to GeoCat/core-geonetwork that referenced this pull request May 24, 2023
Follow-up of geonetwork#7094.

The targetUri property can be configured using multiple methods, not only as init parameter
in web.xml servlet's config but also as environment variable, system property or config.properties
entry. This change saves the targetUri value in a ServletContext attribute so it can be retrieved
from other servlets to check its value. Changed the value of <load-on-startup> servlet property
to init the attribute on server start.
fxprunayre pushed a commit that referenced this pull request May 25, 2023
Follow-up of #7094.

The targetUri property can be configured using multiple methods, not only as init parameter
in web.xml servlet's config but also as environment variable, system property or config.properties
entry. This change saves the targetUri value in a ServletContext attribute so it can be retrieved
from other servlets to check its value. Changed the value of <load-on-startup> servlet property
to init the attribute on server start.
fxprunayre added a commit that referenced this pull request Aug 30, 2023
OGC API Record parameter for paging is `limit`. 

Follow up of #7094
fxprunayre added a commit that referenced this pull request Sep 21, 2023
OGC API Record parameter for paging is `limit`. 

Follow up of #7094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants