[
https://issues.apache.org/jira/browse/RANGER-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008024#comment-18008024
]
Dhaval Shah commented on RANGER-4993:
-------------------------------------
Hi,
Committed into apache master :
[https://github.com/apache/ranger/commit/1bbcd7e0b4e2e1fb11b038ffe73cdb300511d192]
Thanks
> 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
> 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)