Madhan Neethiraj created RANGER-3969:
----------------------------------------
Summary: Remove os.path.join causing incorrect windows path
Key: RANGER-3969
URL: https://issues.apache.org/jira/browse/RANGER-3969
Project: Ranger
Issue Type: Bug
Components: intg
Reporter: Madhan Neethiraj
from pull [request #184|https://github.com/apache/ranger/pull/184]:
When running on _Windows_ the {{os.path.join}} using the operating systems
{{os.sep=\}} which causing the full url to be incorrect.
Using urllib.parse might be a little bit slower, but is less error-prone.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)