You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/02/02 17:11:52 UTC

[jira] [Created] (SYNCOPE-1007) NPE in Console when on an empty search term for user assignment

Colm O hEigeartaigh created SYNCOPE-1007:
--------------------------------------------

             Summary: NPE in Console when on an empty search term for user assignment
                 Key: SYNCOPE-1007
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1007
             Project: Syncope
          Issue Type: Bug
          Components: console
    Affects Versions: 2.0.2
            Reporter: Colm O hEigeartaigh
            Priority: Minor
             Fix For: 2.0.3, 2.1.0


When creating a group in the console, click on "Dynamic User Assignment". and "+". If you don't enter any values but instead keep on hitting "next" you get an NPE when trying to create the group:

java.lang.NullPointerException: null
    at org.apache.syncope.client.console.panels.search.SearchUtils.buildFIQL(SearchUtils.java:208) ~[syncope-client-console-2.0.2.jar:2.0.2]

Instead an error message should be displayed or else maybe the empty search term could be discarded.



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