[ https://issues.apache.org/jira/browse/RANGER-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dhaval Shah updated RANGER-4993: -------------------------------- Fix Version/s: 2.7.0 > Ranger KMS - Missing HSTS Headers for 404 Not found requests port 9494 > ---------------------------------------------------------------------- > > Key: RANGER-4993 > URL: https://issues.apache.org/jira/browse/RANGER-4993 > Project: Ranger > Issue Type: Improvement > Components: kms, Ranger > Reporter: Dhaval Shah > Assignee: Dhaval Shah > Priority: Major > Fix For: 2.7.0 > > Time Spent: 40m > Remaining Estimate: 0h > > Hi, > HSTS header is missing for 404 Not found requests . > E.G. > {code:java} > curl -ivk -u keyadmin:Admin123 https://<fqdn>:9494/ > OR > curl -ivk --negotiate -u : https://<fqdn>:9494 > < HTTP/1.1 404 Not Found > HTTP/1.1 404 Not Found > < Content-Type: text/html;charset=utf-8 > Content-Type: text/html;charset=utf-8 > < Content-Language: en > Content-Language: en > < Content-Length: 682 > Content-Length: 682 > < Date: Mon, 26 Aug 2024 13:12:21 GMT > Date: Mon, 26 Aug 2024 13:12:21 GMT > < Server: Apache Ranger > Server: Apache Ranger {code} > -- This message was sent by Atlassian Jira (v8.20.10#820010)