[
https://issues.apache.org/jira/browse/SYNCOPE-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675179#comment-16675179
]
ASF subversion and git services commented on SYNCOPE-1393:
----------------------------------------------------------
Commit 92207203968241d23d5d81fdf43c4923abddbffc in syncope's branch
refs/heads/master from [~AlexanderTs]
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=9220720 ]
SYNCOPE-1393 jexl function fullPath2Dn(final String fullPath, final String
attr, final String prefix) should return empty string for ROOT realm (#88)
> jexl function fullPath2Dn return invalid value for ROOT realm
> -------------------------------------------------------------
>
> Key: SYNCOPE-1393
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1393
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.10, 2.1.1
> Reporter: Alexander Tsvetkov
> Assignee: Francesco Chicchiriccò
> Priority: Minor
> Fix For: 2.0.12, 2.1.3, 3.0.0
>
>
> In mapping I have Object link:
> 'cn=' + username + syncope:fullPath2Dn(realm, 'ou', ',') +
> ',OU=BY,DC=sesdev,DC=lab'
> For root realm it returns value with extra comma:
> 'cn=testUser,,OU=BY,DC=sesdev,DC=lab'
> BUT should return
> 'cn=testUser,OU=BY,DC=sesdev,DC=lab'
> So, for ROOT realm fullPath2Dn(realm, 'ou', ',') should return empty string,
> BUT not comma.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)