[
https://issues.apache.org/jira/browse/DRILL-7052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vitalii Diravka updated DRILL-7052:
-----------------------------------
Description:
Drill uses absolute URL path for redirection in the process of Log In. It is
not necessary and relative path can be used instead of absolute one.
See screenshot for details (attached).
Example of URI paths after fix:
{code}
http://localhost:8047/mainLogin?redirect=%2Fmetrics
http://localhost:8047/mainLogin?redirect=%2Fquery
{code}
was:
Drill uses absolute URL path for redirection in the process of Log In. It is
not necessary and relative path can be used instead of absolute one.
See screenshot for details (attached).
> Relative path for URL redirection
> ---------------------------------
>
> Key: DRILL-7052
> URL: https://issues.apache.org/jira/browse/DRILL-7052
> Project: Apache Drill
> Issue Type: Improvement
> Components: Web Server
> Affects Versions: 1.15.0
> Reporter: Vitalii Diravka
> Assignee: Vitalii Diravka
> Priority: Major
> Fix For: 1.16.0
>
> Attachments: drill_mainLogin.png
>
>
> Drill uses absolute URL path for redirection in the process of Log In. It is
> not necessary and relative path can be used instead of absolute one.
> See screenshot for details (attached).
> Example of URI paths after fix:
> {code}
> http://localhost:8047/mainLogin?redirect=%2Fmetrics
> http://localhost:8047/mainLogin?redirect=%2Fquery
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)