[
https://issues.apache.org/jira/browse/DRILL-6245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414109#comment-16414109
]
Hari Sekhon commented on DRILL-6245:
------------------------------------
I've got this same problem on MapR 5.2 with Drill 1.10 without SSL using Chrome
65 (which according to the docs prevents setting secure cookies). This works
fine in IE 11.
Some URL requests seemed to append jsessionid to the path, so trying the same
explicitly on the /query path does allow that page to be returned:
http://host.domain.com:8047/query;jsessionid=<token>
Of course submitting a query still kicks out to the Login page again but it
does imply that the cookie isn't being sent back and forth so might be the
above issue [~vdonapati] mentioned.
> Clicking on anything redirects to main login page
> -------------------------------------------------
>
> Key: DRILL-6245
> URL: https://issues.apache.org/jira/browse/DRILL-6245
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Venkata Jyothsna Donapati
> Assignee: Venkata Jyothsna Donapati
> Priority: Minor
> Fix For: 1.14.0
>
>
> When the Drill Web UI is accessed using https and then by http protocol, the
> Web UI is always trying to redirect to main login page if anything is clicked
> on index page. However, this works fine if the cookies are cleared.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)