You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hari Sankar Sivarama Subramaniyan (JIRA)" <ji...@apache.org> on 2015/04/15 22:58:59 UTC

[jira] [Created] (HIVE-10345) Add test case to ensure client sends credentials in non-ssl mode when HS2 sends a secure cookie

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)