dimas-b commented on code in PR #2941:
URL: https://github.com/apache/polaris/pull/2941#discussion_r2482406586


##########
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:
   Good point. Doc changes alone should be sufficient for users.



-- 
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]

Reply via email to