flyrain commented on code in PR #2941:
URL: https://github.com/apache/polaris/pull/2941#discussion_r2484950727
##########
runtime/defaults/src/main/resources/application.properties:
##########
@@ -52,6 +52,14 @@ quarkus.http.cors.exposed-headers=*
quarkus.http.cors.access-control-max-age=PT10M
quarkus.http.cors.access-control-allow-credentials=true
+# --- Polaris Server header (Quarkus-managed) ---
+# Keep .value present (required by Quarkus), but make the path never match so
it's effectively OFF by default.
+quarkus.http.header."Server".value=Polaris/${quarkus.application.version}
Review Comment:
+1 on doc only, we don't have to make it default here. Thanks @adutra for
the suggestion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]