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

Geoserver interceptor: Add setting which allows to ignore namespaces #375

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

LukasLohoff
Copy link
Member

Introduces the property geoserver.interceptor.namespaceBoundUrl. When set to false, the geoserver interceptor will instead use a namespace-less url provided in geoserver.interceptor.defaultOwsUrl
This can be useful if you want to access all geoserver namespaces, not just one.

Since the default value for geoserver.interceptor.namespaceBoundUrl is true, this will not change the behavior in existing projects.

Small bugfix: Makes PersistentObjectIdResolver constructor public because it was protected by default and the class could not be extended because of this.

@devs Please review

Copy link
Member

@hwbllmnn hwbllmnn left a comment

Choose a reason for hiding this comment

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

👍

@dnlkoch dnlkoch merged commit e4234c7 into terrestris:master Dec 13, 2019
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.

3 participants