Alexander Posledov created RANGER-2261:
------------------------------------------
Summary: Using '&' in a policy name leads to unintentional name
changes during further updates of policy
Key: RANGER-2261
URL: https://issues.apache.org/jira/browse/RANGER-2261
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 0.7.0
Reporter: Alexander Posledov
1) Create a policy with \{noformat}"&"\{noformat} symbol in a policy name
2) After creation, \{noformat}"&"\{noformat} will be substituted by
\{noformat}&\{noformat}
3) Next, after every policy update, no matter what is being changed,
\{noformat}& -> &\{noformat} substitution will be performed every time,
even if user does not change the policy name. Thus, after several updates,
simple policy name \{noformat}"test&\{noformat} could be turned into
\{noformat}"test&"\{noformat}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)