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

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

Commit 11ab8cb9a824efa48d5c98613b174ec2633dfa29 in syncope's branch 
refs/heads/master from [~skylark17]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=11ab8cb ]

Fixes [SYNCOPE-1110], [SYNCOPE-1123]


> Enduser UserRequestValidator NPE on custom form empty sections
> --------------------------------------------------------------
>
>                 Key: SYNCOPE-1123
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1123
>             Project: Syncope
>          Issue Type: Bug
>          Components: enduser
>    Affects Versions: 2.0.3
>            Reporter: Andrea Patricelli
>            Assignee: Andrea Patricelli
>             Fix For: 2.0.4, 2.1.0
>
>
> With this customForm.json like this:
> {code}
> {
>   "PLAIN":
>           {
>             "show": true,
>             "attributes": 
>                     {
>                       "username":  
>                               {
>                                 "defaultValues": [
>                                   "bellini"
>                                 ]
>                               },
>                       "firstname":  
>                               {
>                                 "readonly": false
>                               },
>                       "surname":  
>                               {
>                                 "defaultValues": [
>                                   "nuovo_surname"
>                                 ]
>                               },
>                       "fullname":  
>                               {
>                                 "defaultValues": [
>                                   "fullname"
>                                 ]
>                               },
>                       "email":  
>                               {
>                                 "defaultValues": [
>                                   "[email protected]"
>                                 ]
>                               },
>                       "userId": 
>                               {
>                                 "readonly": false
>                               },
>                       "ctype": 
>                               {
>                                 "readonly": false
>                               }
>                     }
>           },
>   "DERIVED": 
>           {
>             "show": false
>           },
>   "VIRTUAL": 
>           {
>             "show": true,
>             "attributes": {}
>           }
> }
> {code}
> self registration fails due to NPE



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to