-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adapt returned response header to provide version information #74
Comments
Thank you for opening that feature request. We would appreciate if this feature can be enabled by configuration. Please have a look into the issue deegree/deegree3#1102 and the related pull request deegree/deegree3#1442 for a similar topic related to the deegree webservices. |
Thank you @tfr42 for your suggestion on the feature request. We would like to know what would be the accepted configuration by the deegree team for adding version information in the response header. We think of three options for this:
If any of these options are acceptable to you then can you please also provide some suggestions on the implementation details for e.g. preferred name of the new global configuration file, its desired location, etc. |
We are in favour of option 3 using a global configuration. Please have a look on the approach we have used for the deegree webservices core documented in https://github.com/deegree/deegree3/blob/main/deegree-services/deegree-webservices-handbook/src/main/asciidoc/appendix.adoc and the class https://github.com/deegree/deegree3/blob/main/deegree-core/deegree-core-commons/src/main/java/org/deegree/commons/utils/TunableParameter.java |
Feature Description:
The full version number is added in the response headers for every API call in the format:
API-Version: 1.0.2
.A pull request is made so that this feature can be available as an optional extension to the core deegree OGC API product.
Additional information:
This issue is related to the Dutch API requirement labeled AP-57:
Definition of done:
The full version number is added in the response headers for every API call in the format:
API-Version: 1.0.2
.A pull request is made so that this feature can be available as an optional extension to the core deegree OGC API product.
This feature should be optional.
The text was updated successfully, but these errors were encountered: