Hari Sankar Sivarama Subramaniyan created HIVE-10345:
--------------------------------------------------------
Summary: Add test case to ensure client sends credentials in
non-ssl mode when HS2 sends a secure cookie
Key: HIVE-10345
URL: https://issues.apache.org/jira/browse/HIVE-10345
Project: Hive
Issue Type: Bug
Components: HiveServer2
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
We need to add test cases to cover these scenarios.
_________________________________________________________
Client | HS2 Cookie | Expected Behavior
_______| _____________ |___________________________________
SSL | Secured | Client replays, server validates the cookie.
SSL | Unsecured | Client replays, server validates the cookie.
No SSL | UnSecured | Client replays, server validates the cookie.
No SSL | Secured | Client should send back credentials since
cookie
| | replay will not be transmitted
back to the server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)