You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/02/27 14:47:45 UTC

[jira] [Commented] (SYNCOPE-1030) Invalid DefaultAccountRule definition from Admin Console

    [ https://issues.apache.org/jira/browse/SYNCOPE-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885880#comment-15885880 ] 

ASF subversion and git services commented on SYNCOPE-1030:
----------------------------------------------------------

Commit 78ab71e43cbc1ad6c9c4226447a67853fc20c26c in syncope's branch refs/heads/2_0_X from [~fmartelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=78ab71e ]

[SYNCOPE-1030] fix + integration test


> Invalid DefaultAccountRule definition from Admin Console
> --------------------------------------------------------
>
>                 Key: SYNCOPE-1030
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1030
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 2.0.2
>            Reporter: Francesco Chicchiriccò
>            Assignee: fabio martelli
>             Fix For: 2.0.3, 2.1.0
>
>
> When adding {{DefaultAccountRule}} instances to an Account Policy or {{DefaultPasswordRule}} instances to a Password Policy from Admin Console, in case {{wordsNotPermitted}}, {{prefixesNotPermitted}} or {{suffixesNotPermitted}} are not specified, the following JSON payload is sent to the Core (excerpt):
> {code}
>         "wordsNotPermitted": [
>           null
>         ],
>         "prefixesNotPermitted": [
>           null
>         ],
>         "suffixesNotPermitted": [
>           null
>         ]
> {code}
> e.g. instead of empty arrays, singleton arrays with a {{null}} element.
> This will later cause troubles during policy evaluation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)