fivetran-arunsuri commented on PR #2941: URL: https://github.com/apache/polaris/pull/2941#issuecomment-3470725098
Thanks @dimas-b, confirmed that adding a non-matching path (/__disabled__) prevents the header from being added, while keeping .value defined avoids the config-validation error. simplified the PR to use the Quarkus http.header mechanism only, drop the custom filter, and document: - how to enable via %prod.quarkus.http.header."Server".path=/* - how to keep it disabled by default with path=/__disabled__. -- 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]
