kerneltime opened a new pull request, #3500: URL: https://github.com/apache/ozone/pull/3500
## What changes were proposed in this pull request? When processing response headers, always replace headers. https://issues.apache.org/jira/browse/HDDS-6837 ## How was this patch tested? ``` ➜ ~ curl --insecure -I https://ritesh718-1.ritesh718.root.hwx.site:9879/static/ HTTP/1.1 200 OK Date: Thu, 09 Jun 2022 23:42:15 GMT Content-Type: text/html Strict-Transport-Security: max-age=63072000; includeSubDomains; X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block X-FRAME-OPTIONS: SAMEORIGIN Last-Modified: Wed, 01 Jun 2022 17:23:28 GMT Accept-Ranges: bytes Content-Length: 3106 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
