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

web-ui: Fix WMS service links gone when gwc.disabled=true #376

Merged

Conversation

groldan
Copy link
Member

@groldan groldan commented Nov 26, 2023

The wms-1*-ServiceDescriptor beans where not being loaded from gs-wms.jar!/applicationContext.xml from the
org.geoserver.cloud.autoconfigure.web.wms.WmsConfiguration due to a regex problem, but they were loaded from the GWC
WebMapServiceMinimalConfiguration when enabled, hence missing when disabled.

The `wms-1*-ServiceDescriptor` beans where not being loaded from
`gs-wms.jar!/applicationContext.xml` from the
`org.geoserver.cloud.autoconfigure.web.wms.WmsConfiguration` due to a
regex problem, but they were loaded from the GWC
`WebMapServiceMinimalConfiguration` when enabled, hence missing when
disabled.
@groldan groldan added the bug Something isn't working label Nov 26, 2023
@groldan groldan merged commit 146bdb4 into geoserver:main Nov 26, 2023
1 check passed
@groldan groldan deleted the bug/wms_links_missing_with_gwc_disabled branch November 26, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant