fivetran-arunsuri opened a new pull request, #2941:
URL: https://github.com/apache/polaris/pull/2941

   Fixes https://github.com/apache/polaris/issues/2785
   
   This change adds a Server response header to all HTTP responses, formatted 
as:
   
   **Server: Polaris/1.1**
   
   **Details**
   
   The feature is introduced behind a configuration flag:
   polaris.http.version-header.enabled (default: false)
   
   When enabled, the header will be included in all outgoing HTTP responses.
   
   The primary purpose of this feature is observability — allowing clients or 
monitoring tools to identify the responding service version.
   
   **Testing:**
   
   - Added unit tests to verify:
     Header inclusion when the flag is enabled.
     Absence of the header when the flag is disable
   - Verified using Postman
   
   <img width="1073" height="796" alt="image" 
src="https://github.com/user-attachments/assets/b94d4460-1b5d-4819-9ed1-0962a20aa10f";
 />
   


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