-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
None
-
merlin
-
generic
-
generic
When PrivateCredentialPermission parses principal names in the target, it replaces multiple contiguous spaces with a single space. As a result, a permission created with target
"foo bar \"foo bar\"
will imply (according to the implies method) a permission created with target
"foo bar \"foo bar\"
but the two permissions will not be equal (according to the equals method). It should neither imply nor be equal.
"foo bar \"foo bar\"
will imply (according to the implies method) a permission created with target
"foo bar \"foo bar\"
but the two permissions will not be equal (according to the equals method). It should neither imply nor be equal.